Problem to specify and generate a Main procedure in GeneXus

0

I'm using Ev2 U3.

I'm having trouble making a build of a main procedure

After all, the error appears as:

  

========== DummyGenerarSello Compilation started ========== gxexec "C: \ Models \ SNAP_Ev2_EBG \ CSharpModel \ web \ bldadummygenerarsello.cs"   -r: GxBaseBuilder.dll -arg: csc="C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ csc.exe" The file could not be found   'C: \ Models \ SNAP_Ev2_EBG \ CSharpModel \ web \ bldadummygenerarsello.cs'.   DummyGenerateSello Compilation Failed   ========== Web config update started ========== Updating web config ... Web config update Success Build With This Only Failed

The part that catches my attention is that of not being able to find the file BLDxxxxx.cs

What do I need to do in order for GeneXus to generate this file?

Greetings and thanks in advance!

    
asked by Efraín Bojórquez García 10.12.2018 в 20:23
source

1 answer

0

You can check if there is no error before specification or generation. And what non-default properties this procedure has, if it is main and command line. I tried to create a main procedure and then build it with this only and I can not reproduce that error. That BLDxxx.cs file should be generated whenever the adummygenerarsello.cs of the main procedure is generated.

    
answered by 11.12.2018 в 18:34