Shawn
|
| Posted: 05/26/2002, 4:47 PM |
|
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'NewProject8.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="NewProject8.Global" %>
Source File: c:\Domains\global.asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
|
|
|
 |
SN
|
| Posted: 05/26/2002, 7:45 PM |
|
You need to keep the following things in mind...
1) Is the directory 'C:\Domains' a Virtual Directory ?? If not you will have to go to Control Panel -> Administrative Tools -> Internet Information Manager and then convert this directory into a Virtual Directory!
2) You have to compile the Web Application. You will find a file called "makeme.bat" within the directory "c:\Domains" run this file, it should compile the Web Application. Once the Application i scompiled, you should find a new directory called "bin" created for you within the "Domains" directory containing the compiled library (DLL).
|
|
|
 |
|