Groups | Blog | Home
all groups > asp.net > january 2005 >

asp.net : Problem running ASP.NET application


Nathan Sokalski
1/29/2005 10:33:47 PM
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.
--
Nathan Sokalski
njsokalski@hotmail.com
www.nathansokalski.com

Ken Cox [Microsoft MVP]
1/29/2005 10:42:40 PM
That error usually appears when the application hasn't been compiled.

Are you seeing any errors when you build?

[quoted text, click to view]
Nathan Sokalski
1/30/2005 12:33:15 AM
No, that is the first error I have seen since I started working on the
application.
--
Nathan Sokalski
njsokalski@hotmail.com
www.nathansokalski.com

[quoted text, click to view]

AddThis Social Bookmark Button