-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: loverboy43dk
Message 1 in Discussion
Hi All,
I recently created a ASP.NET page and hosted it with
my host. But it seems to come up with the following error.
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to
service this request. Please review the following specific error details and modify
your source code appropriately.
Compiler Error Message: CS0007: Unexpected common language runtime initialization
error -- 'Unspecified error '
Source Error:
[No relevant source lines]
Source File: Line: 0
Show Detailed Compiler Output:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /t:library
/utf8output /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\61951a83\926d2b96\assembly\dl2\ef0d1cc8\00c97851_7f18c401\cpr1.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\61951a83\926d2b96\hhf6acef.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\61951a83\926d2b96\e8tx51rd.dll" /D:DEBUG /debug+ /optimize-
/win32res:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\61951a83\926d2b96\e8tx51rd.res" /warnaserror /w:1
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\61951a83\926d2b96\e8tx51rd.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.01.4322.573
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
fatal error CS0007: Unexpected common language runtime initialization error --
'Unspecified error '
Show Complete Compilation Source:
Line 1:
//------------------------------------------------------------------------------
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and will be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27:
Line 28: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 29: public class BOLTSupervisor4_aspx : ABC.BOLT.BOLT4,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31:
Line 32: #line 19 "E:\Inetpub\BOLT\BOLT.aspx"
Line 33: protected System.Web.UI.HtmlControls.HtmlForm BOLTSupervisor4;
Line 34:
Line 35: #line default
Line 36: #line hidden
Line 37:
Line 38: private static bool __initialized = false;
Line 39:
Line 40: private static object __stringResource;
Line 41:
Line 42: private static System.Collections.ArrayList __fileDependencies;
Line 43:
Line 44: public BOLTSupervisor4_aspx() {
Line 45: System.Collections.ArrayList dependencies;
Line 46: if ((ASP.BOLTSupervisor4_aspx.__initialized == false)) {
Line 47: ASP.BOLTSupervisor4_aspx.__stringResource =
System.Web.UI.TemplateControl.ReadStringResource(typeof(ASP.BOLT_aspx));
Line 48: dependencies = new System.Collections.ArrayList();
Line 49: dependencies.Add("E:\\Inetpub\\BOLT\\BOLT.aspx");
Line 50: ASP.BOLTSupervisor4_aspx.__fileDependencies = dependencies;
Line 51: ASP.BOLTSupervisor4_aspx.__initialized = true;
Line 52: }
Line 53: this.Server.ScriptTimeout = 30000000;
Line 54: }
Line 55:
Line 56: protected override bool SupportAutoEvents {
Line 57: get {
Line 58: return false;
Line 59: }
Line 60: }
Line 61:
Line 62: protected ASP.Global_asax ApplicationInstance {
Line 63: get {
Line 64: return ((ASP.Global_asax)(this.Context.ApplicationInstance));
Line 65: }
Line 66: }
Line 67:
Line 68: public override string TemplateSourceDirectory {
Line 69: get {
Line 70: return "/BOLT";
Line 71: }
Line 72: }
Line 73:
Line 74: private System.Web.UI.Control __BuildControllblTitle() {
Line 75: System.Web.UI.WebControls.Label __ctrl;
Line 76:
Line 77: #line 27 "E:\I
pub\BOLT\BOLT.aspx"
Line 78: __ctrl = new System.Web.UI.WebControls.Label();
Line 79:
Line 80: #line default
Line 81: #line hidden
Line 82: this.lblTitle = __ctrl;
Line 83:
Line 84: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 85: __ctrl.ID = "lblTitle";
Line 86:
Line 87: #line default
Line 88: #line hidden
Line 89:
Line 90: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 91: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("100%",
System.Globalization.CultureInfo.InvariantCulture);
Line 92:
Line 93: #line default
Line 94: #line hidden
Line 95:
Line 96: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 97: __ctrl.CssClass = "supervisorPageTitle";
Line 98:
Line 99: #line default
Line 100: #line hidden
Line 101:
Line 102: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 103: __ctrl.Height = System.Web.UI.WebControls.Unit.Parse("10px",
System.Globalization.CultureInfo.InvariantCulture);
Line 104:
Line 105: #line default
Line 106: #line hidden
Line 107:
Line 108: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 109: __ctrl.Font.Bold = true;
Line 110:
Line 111: #line default
Line 112: #line hidden
Line 113: System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 114:
Line 115: #line 27 "E:\Inetpub\BOLT\BOLT.aspx"
Line 116: __parser.AddParsedSubObject(new System.Web.UI.LiteralControl("SUPERVISOR -
BOLT Assessment"));
Line 117:
Line 118: #line default
Line 119: #line hidden
Line 120: return __ctrl;
Line 121: }
Line 122:
Line 123: private System.Web.UI.Control __BuildControlibtnback() {
Line 124: System.Web.UI.WebControls.Button __ctrl;
Line 125:
Line 126: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 127: __ctrl = new System.Web.UI.WebControls.Button();
Line 128:
Line 129: #line default
Line 130: #line hidden
Line 131: this.ibtnback = __ctrl;
Line 132:
Line 133: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 134: __ctrl.ID = "ibtnback";
Line 135:
Line 136: #line default
Line 137: #line hidden
Line 138:
Line 139: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 140: __ctrl.AccessKey = "a";
Line 141:
Line 142: #line default
Line 143: #line hidden
Line 144:
Line 145: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 146: __ctrl.TabIndex = 1;
Line 147:
Line 148: #line default
Line 149: #line hidden
Line 150:
Line 151: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 152: __ctrl.CssClass = "Button";
Line 153:
Line 154: #line default
Line 155: #line hidden
Line 156:
Line 157: #line 60 "E:\Inetpub\BOLT\BOLT.aspx"
Line 158: __ctrl.Text = "< Back";
Line 159:
Line 160: #line default
Line 161: #line hidden
Line 162: return __ctrl;
Line 163: }
Line 164:
Line 165: private System.Web.UI.Control __BuildControlbtnHome() {
Line 166: System.Web.UI.WebControls.Button __ctrl;
Line 167:
Line 168: #line 62 "E:\Inetpub\BOLT\BOLT.aspx"
Line 169: __ctrl = new System.Web.UI.WebControls.Button();
Line 170:
Line 171: #line default
Line 172: #line hidden
Line 173: this.btnHome = __ctrl;
Line 174:
Line 175: #line 62 "E:\Inetpub\BOLT\BOLT.aspx"
Line 176: __ctrl.ID = "btnHome";
Line 177:
Line 178: #line default
Line 179: #line hidden
Line 180:
Line 181: #line 62 "E:\Inetpub\BOLT\BOLT.aspx"
Line 182: __ctrl.CssClass = "button";
Line 183:
Line 184: #line default
Line 185: #line hidden
Line 376: public override int GetTypeHashCode() {
Line 377: return -174738959;
Line 378: }
Line 379: }
Line 380: }
Line 381:
--------------------------------------------------------------------------------
Has anyone of you seen this evil error before? It also creating security issue.it also
showing the filename with path.so please give me some solution.?
thanx
Dinesh
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]