Anybody can tell me why I am getting this error while running ASP.NET Web Application. Before running some other same type of web form, I was not having any difficulty.
I am using virtual lab for "Developing Microsoft® ASP.NET Web Applications Using Visual Studio® .NET"
ruprety
Server Error in '/WebApplicationXML' Application. ('/WebApplicationXML' is Project name)
------------------------
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 'WebApplicationXML.Global'.
Source Error:
Line 1: <%@dotnet.itags.org. Application Codebehind="Global.asax.vb" Inherits="WebApplicationXML.Global" %
Source File: c:\inetpub\wwwroot\WebApplicationXML\global.asax Line: 1
------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573Hi,
Usually it happens if application was not compiled successfully.
0 comments:
Post a Comment