I'm debugging an ex-coder's application. I get the following error message
when I start the app. Can someone please point me in the right direction to
resolve the error? This is VB.NET 2003 running on XP Pro.
I'm debugging an ex-coder's application. I get the following error message
when I start the app. Can someone please point me in the right direction to
resolve the error? This is VB.NET 2003 running on XP Pro.
Thanks,
tg
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 'EDMSRegistration.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="EDMSRegistration.Global" %>
Source File: C:\Documents and Settings\Tom\My Documents\Visual Studio
Projects\Register\global.asax Line: 1
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
|