Kbase P165697: Resource files (.resx) are only generated with source code when building a Project in OpenEdge Archi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/05/2010 |
|
Status: Unverified
SYMPTOM(s):
Resource files (.resx) are only generated with source code when building a Project in OpenEdge Architect
Resource files (.resx) are only generated with source code when using separate source and r-code directories
.resx are only generated with source code when using separate source and r-code directories
FACT(s) (Environment):
Using separate source and r-code directories for the Project
.resx files have to be moved manually to the appropriate folder containing the corresponding r-code
OpenEdge 10.2x
Windows
CAUSE:
This is expected behaviour. Resource files (.resx) have to be generated where the source code is located in order to open the file in design mode (in Visual Designer). This is the restriction imposed by .NET.
At the time of writing (05/2010), OpenEdge Architect has no option to generate a second copy of a .resx file in the corresponding r-code folder.
FIX:
Option #1
Write an ABL script to copy .resx files to same location as the r-code
Option #2
Copy .resx files manually to the same location as the r-code