Hello,
I am working on a B4P project, and although there is nothing syntactically wrong with the code, I am receiving the CS1002 error. Supposedly a ";" is expected on the line that reads, "End Sub." As far as I can tell, no loops, decision blocks, or other scoping constructs are out of order, so I want to look at the C# code being generated to figure out what's happening.
I understand that the translation process typically negates the need for the developer to even know about the CS code, but in this case it would be very helpful to read.
Any ideas?
I am working on a B4P project, and although there is nothing syntactically wrong with the code, I am receiving the CS1002 error. Supposedly a ";" is expected on the line that reads, "End Sub." As far as I can tell, no loops, decision blocks, or other scoping constructs are out of order, so I want to look at the C# code being generated to figure out what's happening.
I understand that the translation process typically negates the need for the developer to even know about the CS code, but in this case it would be very helpful to read.
Any ideas?