MSIL Compilation Error - TechRepublic
General discussion
July 6, 2006 at 07:09 AM
ardiansyah_96

MSIL Compilation Error

by ardiansyah_96 . Updated 20 years ago

Hi, can anybody explain about this error:
————————————————
Compiler Error Message: CS1513: } expected

Source Error:

Line 4122: #line hidden
Line 4123: __output.Write(” == 0) {\r\n\t\t\t\thidesection1(\”hidrecentlycompleted\”);\r\n\t\t\t}\t\t\t\r\n\t\t\r\n\t”);
Line 4124: }
Line 4125:
Line 4126: private void __BuildControlTree(System.Web.UI.Control __ctrl) {

————————————————

this error occurs on runtime. Source error is come from Intermediate Language generated by C# compiler (csc.exe).

This discussion is locked

All Comments