View Single Post
  #1 (permalink)  
Old 08-13-2008, 05:56 PM
Steve Steve is offline
Junior Member
 
Join Date: May 2007
Posts: 28
Awards Showcase
Beta Tester 
Total Awards: 1
Default Viewing Intermediate Output

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?
Reply With Quote