Tags:
Error when compiling generated C# code: app(18,120): Error CS1040: Preprocessor directives must appear as the first non-whitespace character on a line....
I am trying to deploy a winform target but have been getting these errors:
---------- Error messages: (9:56:07 AM) Error when compiling generated C# code: app(18,120): error CS1040: Preprocessor directives must appear as the first non-whitespace character on a line app(24,124): error CS1040: Preprocessor directives must appear as the first non-whitespace character on a line app(18,120): error CS1001: Identifier expected app(19,45): error CS1026: ) expected app(19,45): error CS1003: Syntax error, ']' expected app(24,124): error CS1001: Identifier expected app(25,45): error CS1026: ) expected app(25,45): error CS1003: Syntax error, ']' expected ---------- Finished (9:56:07 AM)
Can i access the C# code to correct these issues? I have found all the CS messages and have an idea how to fix them, but I cannot find how to get to them in PB.
I'm sorry, but at first glance, I cannot see how that article has to do with my error message. The article seems to be regarding PB 9, I'm in PB 11 deploying a winform target to .net. It also suggests changes to NVOs, of wich I have thousands.