ASP.NET Primer (Help !)

Mariafonsbx

New Member
Hi,<BR><BR>I've been programming with ASP for 2 years and I've just started to evaluate and play with ASP.NET and Visual Studio.NET.<BR><BR>I've started the VS.NET and created a very simple ASP.NET Web Application (nothing but a couple of labels, text boxes, etc.)<BR><BR>I've built the project, there were no errors. OK, fine, but when I right-clicked on my HelloWorld.aspx to View in Browser I received the following error message:<BR><BR>-----------------------------------------------------------------<BR>Server Error in '/HelloWorldLanguages' Application. <BR>----------------------------------------------------------------<BR>Parser Error <BR>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. <BR><BR>Parser Error Message: The 'Inherits' attribute is not supported by the 'application' directive.<BR><BR>Source Error: <BR><BR><BR>Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="HelloWorldLanguages.Global" %><BR><BR><BR>Source File: c:inetpubwwwrootHelloWorldLanguagesglobal.asax Line: 1 <BR><BR><BR>----------------------------------------------------------------<BR><BR>Version Information: Runtime Build:1.0.2914.16; ASP.NET Build:1.0.2914.16 <BR><BR>-----------------------------------------------------------------<BR><BR>Can somebody help me with this?<BR><BR>Thanks in advance.
 
Back
Top