Where is the compilation error? Code What is the detailed explanation of 128?
"/" Application Program Server error.
Compilation Error
Note:An error occurs during compilation of resources required to provide services to this request. Check the following error details and modify them as appropriate.Source code.
Compiler error message:The compiler failed. The error code is 128.
Show detailed compiler output:
C: \ windows \ system32> "C: \ WINDOWS \ microsoft.net \ framework \ v1.1.4322 \ csc.exe"/T: Library/utf8output/R: "C: \ windows \ Assembly \ GAC \ system. enterpriseservices \ 1.0.5000.0 _ b03f5f7f11d50a3a \ system. enterpriseservices. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. data \ 1.0.5000.0 _ b77a5c561934e089 \ system. data. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. web. mobile \ 1.0.5000.0 _ b03f5f7f11d50a3a \ system. web. mobile. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. drawing \ 1.0.5000.0 _ b03f5f7f11d50a3a \ system. drawing. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. XML \ 1.0.5000.0 _ b77a5c561934e089 \ system. XML. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. web. services \ 1.0.5000.0 _ b03f5f7f11d50a3a \ system. web. services. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System \ 1.0.5000.0 _ b77a5c561934e089 \ system. DLL "/R:" C: \ WINDOWS \ Assembly \ GAC \ System. WEB \ 1.0.5000.0 _ b03f5f7f11d50a3a \ system. web. DLL "/R:" C: \ WINDOWS \ microsoft.net \ framework \ v1.1.4322 \ mscorlib. DLL "/out:" C: \ WINDOWS \ Microsoft. net \ framework \ v1.1.4322 \ temporary ASP. net files \ Root \ 50960d9f \ fc82fa2 \ suadznjf. DLL "/debug-/optimize +/warnaserror/W: 1" C: \ WINDOWS \ Microsoft. net \ framework \ v1.1.4322 \ temporary ASP. net files \ Root \ 50960d9f \ fc82fa2 \ suadznjf.0.cs" |
Show the complete compilation Source:
Line 1: // -------------------------------------------------------------------------------- Line 2: // <autogenerated> line 3: // This code was generated by a tool. row 4: // runtime version: 1.1.4322.2032 Row 5: // Row 6: // changes to this file may cause incorrect behavior and will be lost if Row 7: // The code is regenerated. row 8: // </autogenerated> row 9: // rows 10: Row 11: namespace ASP {row 12: using system; row 13: using system. collections; row 14: using system. collections. specialized; row 15: using system. configuration; Row 16: using system. text; Row 17: using system. text. regularexpressions; Row 18: using system. web; row 19: using system. web. caching; Row 20: using system. web. sessionstate; row 21: using system. web. security; row 22: using system. web. ui; row 23: using system. web. UI. webcontrols; row 24: using system. web. UI. htmlcontrols; row 25: Row 26: Row 27: public class test_aspx: system. web. UI. page, system. web. sessionstate. irequiressessionstate {row 28: Row 29: Private Static int _ autohandlers; row 30: Row 31: Private Static bool _ initialized = false; Row 32: Row 33: Private Static system. collections. arraylist _ filedependencies; row 34: Row 35: Row 36: # Line 2 "D: \ userdata \ virtualhost \ 00007644 \ www \ test. aspx "Row 37: Row 38: Row 39: // insert page code here row 40: // row 41: row 42: Row 43: # line default row 44: # Line hidden row 45: Row 46: Public test_aspx () {row 47: system. collections. arraylist dependencies; Row 48: If (Asp. test_aspx. _ initialized = false) {row 49: dependencies = new system. collections. arraylist (); row 50: dependencies. add ("d :\\ userdata \ virtualhost \ 00007644 \ www \ test. aspx "); line 51: Asp. test_aspx. _ filedependencies = dependencies; row 52: Asp. test_aspx. _ initialized = true; row 53:} row 54:} row 55: Row 56: protected override int autohandlers {row 57: Get {row 58: Return ASP. test_aspx. _ autohandlers; row 59:} row 60: set {row 61: Asp. test_aspx. _ autohandlers = value; row 62:} row 63:} row 64: Row 65: protected system. web. httpapplication applicationinstance {row 66: Get {row 67: Return (system. web. httpapplication) (this. context. applicationinstance); row 68:} row 69:} row 70: Row 71: Public override string templatesourcedirectory {row 72: Get {row 73: Return "/"; row 74 :} row 75:} row 76: Row 77: Private void _ buildcontroltree (system. web. UI. control _ CTRL) {row 78: _ ctrl. setrendermethoddelegate (new system. web. UI. rendermethod (this. _ render _ control1); row 79:} 80: Row 81: Private void _ render _ control1 (system. web. UI. htmltextwriter _ output, system. web. UI. control parametercontainer) {row 82: Row 83: # Line 8 "D: \ userdata \ virtualhost \ 00007644 \ www \ test. aspx "Row 84: response. write ("Hello SSS"); row 85: Row 86: # line default row 87: # Line hidden row 88:} row 89: Row 90: protected override void frameworkinitialize () {row 91: This. _ buildcontroltree (this); row 92: This. filedependencies = ASP. test_aspx. _ filedependencies; row 93: This. enableviewstatemac = true; row 94:} row 95: Row 96: Public override int gettypehashcode () {row 97: Return 5381; row 98:} row 99:} row 100 :} row 101: |
Version: Microsoft. NET Framework Version: 1.1.4322.2032; ASP. NET version: 1.1.4322.2032