Problem running ASP.NET application

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I am trying to run an ASP.NET application for the first time, and I am
receiving the following when I open it in IE6.0:

Server Error in '/cis20605' 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 'cis20605.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="cis20605.Global" %>


Source File: c:\inetpub\wwwroot\cis20605\global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032


I do not know much about the files created and used during compilation, so
if someone could please help me I would greatly appreciate it. I do not know
what other information would help you help me, so just let me know if you
need more info. Thanks.
 
That error usually appears when the application hasn't been compiled.

Are you seeing any errors when you build?
 
No, that is the first error I have seen since I started working on the
application.
 
Back
Top