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: CS0234: The type or namespace name 'Framework' does not exist in the namespace 'NoxForum' (are you missing an assembly reference?)
Source Error:
Line 21: {
Line 22: m_conn = new ADODB.ConnectionClass();
Line 23: m_conn.Open( NoxForum.Framework.NoxForumConfiguration.AdodbConnectionString, null, null, 0 );
Line 24: }
Line 25:
Source File: d:\zhaix\websites\cndev.org#www\code\global.asax.cs Line: 23
Show Detailed Compiler Output:
C:\WINNT\system32> "C:\WINNT\Microsoft.NET\Framework\v2.0.40607\csc.exe" /t:library /utf8output /R:"C:\WINNT\assembly\GAC_MSIL\System.Web\2.0.3600.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINNT\Microsoft.NET\Framework\v2.0.40607\mscorlib.dll" /R:"C:\WINNT\assembly\GAC_MSIL\System.Web.Mobile\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINNT\assembly\GAC_MSIL\System.Xml\2.0.3600.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\assembly\dl2\v2_9d628cbc\806b4229_b7f3c401\Nox.Common.dll" /R:"C:\WINNT\assembly\GAC_MSIL\System.Drawing\2.0.3600.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\assembly\dl2\v2_c501de2a\88bc3ba6_a5b3c401\ADODB.dll" /R:"C:\WINNT\assembly\GAC_MSIL\System.Web.Services\2.0.3600.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINNT\assembly\GAC_32\System.Data\2.0.3600.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\assembly\dl2\v2_7e63b850\c6c6556b_72a1c401\Interop.Noxaso.dll" /R:"C:\WINNT\assembly\GAC_MSIL\System\2.0.3600.0__b77a5c561934e089\System.dll" /R:"C:\WINNT\assembly\GAC_32\System.EnterpriseServices\2.0.3600.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\__codeqvpzpffc.dll" /debug- /optimize+ /warnaserror /w:1 /nowarn:1659 "C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\pl8g0ct9.0.cs" "C:\WINNT\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\root\4317d162\6048f1d0\pl8g0ct9.1.cs"
Microsoft (R) Visual C# .NET Compiler version 8.00.40607.16
for Microsoft (R) Windows (R) .NET Framework version 2.0.40607
Copyright (C) Microsoft Corporation 2001-2003. All rights reserved.
d:\zhaix\websites\cndev.org#www\code\global.asax.cs(23,39): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'NoxForum' (are you missing an assembly reference?)
d:\zhaix\websites\cndev.org#www\code\global.asax.cs(39,34): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'NoxForum' (are you missing an assembly reference?)
d:\zhaix\websites\cndev.org#www\code\global.asax.cs(95,32): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'NoxForum' (are you missing an assembly reference?)
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.16; ASP.NET Version:2.0.40607.16
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.