G
Guest
Where does the codebehind files need to go? At the app level? Wht does the solution wizard always reference codebehind inheritting from <SolutionName>.Global. This is not a file I can find. Is this the correct behavior?
I can't do any of the ASP.NET samples as everytime I run the sample I get a parser error. This is the text.
Server Error in '/Hello World' 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 'Hello_World.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Hello_World.Global" %>
Source File: c:\inetpub\wwwroot\Hello World\global.asax Line: 1
I can't do any of the ASP.NET samples as everytime I run the sample I get a parser error. This is the text.
Server Error in '/Hello World' 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 'Hello_World.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Hello_World.Global" %>
Source File: c:\inetpub\wwwroot\Hello World\global.asax Line: 1