0
I’m migrating a system of Gx 9
with generator VB
for Gx Evo3
, with generator C#
. It is my first contact with the new version and I am going through the following problem:
In some Transactions (not all), the Genexus specifies and generates the code without presenting errors, but when compiling it presents an error informing the missing file bldn[nome da transação].cs
as can be seen in the attached image.
I’ve changed almost all the settings of the generator by running a build all
then but nothing solved the problem.
The question is: is there any configuration that can solve the problem? The Genexus generates some log where I can find out why it is not generating the files?
more details: Generator settings
We have more than 5 thousand objects in Kbase, only 14 give this error in the compilation.
grateful
Could you put the result of Re-build All ? Also look in the Event Viewer to see if it is getting any errors.
– Pablo Mazzilli
In build all happens basically what is in the first image, specifies and generates everything without errors, only gives error in the compilation because it does not find the files. In the event viewer there is nothing.
– Washington da costa