J
Jerry
I am using .Net 2003. I have been working with this
ASP.Net webform that I created a few weeks ago. It has
been working fine.
However, while modifying the webform today, this webform
stopped working and now only gives me the following error
message. I was only modifying the webform code, nothing
else. But now my webform won't display in a browser.
What can I do?
Thanks,
Jerry
Server Error in '/dotnettest' 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 'dotnettest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="dotnettest.Global" %>
ASP.Net webform that I created a few weeks ago. It has
been working fine.
However, while modifying the webform today, this webform
stopped working and now only gives me the following error
message. I was only modifying the webform code, nothing
else. But now my webform won't display in a browser.
What can I do?
Thanks,
Jerry
Server Error in '/dotnettest' 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 'dotnettest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="dotnettest.Global" %>