Hello!
Has anyone solutions for error below. I've searched possible sites and read
every
tech document. I've reinstalled framework(1.1) and Visual Studio (2003).
-mikko-
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 -- 'Class not registered '
Source Error:
[No relevant source lines]
Source File: Line: 0
Show Detailed Compiler Output:
C:\Windows\system32> "c:\windows\microsoft.net\framework\v1.1.4322\csc.exe"
/t:library /utf8output
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\vvonet\1f7bc6d0\df0d6467\xprr_30d.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\vvonet\1f7bc6d0\df0d6467\assembly\dl2\aa3ea9c3\d06dda21_7c79c301\vvone
t.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11
d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.
data.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\vvonet\1f7bc6d0\df0d6467\assembly\dl2\ec76918b\c26382b6_e63bc301\tmswe
bcontrols.dll"
/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\s
ystem.web.mobile.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\vvonet\1f7bc6d0\df0d6467\assembly\dl2\14c759cc\001e1e0a_d1f1c201\obout
_asptreeview_xp_net.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\syst
em.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\vvonet\1f7bc6d0\df0d6467\assembly\dl2\e6a7033a\90cc3c0a_5dddc201\micro
soft.web.ui.webcontrols.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.x
ml.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.w
eb.dll" /out:"C:\Windows\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\vvonet\1f7bc6d0\df0d6467\ys3xdbmj.dll" /D:DEBUG /debug+ /optimize-
/win32res:"C:\Windows\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\vvonet\1f7bc6d0\df0d6467\ys3xdbmj.res" /warnaserror /w:1
"C:\Windows\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\vvonet\1f7bc6d0\df0d6467\ys3xdbmj.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
fatal error CS0007: Unexpected common language runtime initialization
error -- 'Class not registered '
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 MainContent_aspx : VVONet.MainContent,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31:
Line 32: #line 13 "c:\inetpub\wwwroot\VVONet\MainContent.aspx"
Line 33: protected System.Web.UI.HtmlControls.HtmlForm Form1;
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 MainContent_aspx() {
Line 45: System.Collections.ArrayList dependencies;
Line 46: if ((ASP.MainContent_aspx.__initialized == false)) {
Line 47: ASP.MainContent_aspx.__stringResource =
System.Web.UI.TemplateControl.ReadStringResource(typeof(ASP.MainContent_aspx
));
Line 48: dependencies = new
System.Collections.ArrayList();
Line 49:
dependencies.Add("c:\\inetpub\\wwwroot\\VVONet\\MainContent.aspx");
Line 50: ASP.MainContent_aspx.__fileDependencies =
dependencies;
Line 51: ASP.MainContent_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 "/VVONet";
Line 71: }
Line 72: }
Line 73:
Line 74: private System.Web.UI.Control __BuildControlLabel1() {
Line 75: System.Web.UI.WebControls.Label __ctrl;
Line 76:
Line 77: #line 15 "c:\inetpub\wwwroot\VVONet\MainContent.aspx"
Line 78: __ctrl = new System.Web.UI.WebControls.Label();
Line 79:
Line 80: #line default
Line 81: #line hidden
Line 82: this.Label1 = __ctrl;
Line 83:
Line 84: #line 15 "c:\inetpub\wwwroot\VVONet\MainContent.aspx"
Line 85: __ctrl.ID = "Label1";
Line 86:
Line 87: #line default
Line 88: #line hidden
Line 89: