Problem running ASP.NET application

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.
 
K

Ken Cox [Microsoft MVP]

That error usually appears when the application hasn't been compiled.

Are you seeing any errors when you build?
 
N

Nathan Sokalski

No, that is the first error I have seen since I started working on the
application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

newbie error 6
Parser error 2
Server Error in '/Hello World' Application 1
ISP uses Hosted level of Trust 1
Code Behind? 1
error running my first web appication 3
ASP.net Error 2
Help with parsing error? 2

Top