Hi Group,
I have never used VS.NET 2003 to create a project. So I decided to start a few web app projects.
I have created about 12 different projects and I always get the following error:
<ERROR>
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 'localhost.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="localhost.Global" %>
Source File: c:\inetpub\ Line: 1
</ERROR>
What does this mean? And why does it always happen regardless of the code?
I tried just a blank web form, removing the global.asax, searched google with the error and a few other things with no luck.
Thanks,
Mark
I have never used VS.NET 2003 to create a project. So I decided to start a few web app projects.
I have created about 12 different projects and I always get the following error:
<ERROR>
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 'localhost.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="localhost.Global" %>
Source File: c:\inetpub\ Line: 1
</ERROR>
What does this mean? And why does it always happen regardless of the code?
I tried just a blank web form, removing the global.asax, searched google with the error and a few other things with no luck.
Thanks,
Mark