ASP.net Error

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

I have just started playing around with Visual Studio.net 2003 Enterprise
Architech.

I do not have much VS or ASP.NET experience and am just starting learning,
having previously done development in VB6 and Dreamweaver MX/2004.

Any way - I created a new VB ASP.NET Web Project in VS and just ran the
blank project in my browser without making any changes to the code it
created for me and I received the following error - can anyone tell me what
this means.


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

Source Error:

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


Source File: c:\inetpub\wwwroot\WebApplication2\global.asax Line: 1
 
Keith,

Make sure you complile the solution or project (Build menu > Build Solution)
before running the project on the webserver.

Brandon
 
Back
Top