D
Daniel Rimmelzwaan
I receive the error below when I try to access my aspx page in a browser. I
created the aspx page on my laptop (but the solution resides on a server)
with VS.NET and it builds correctly on the server, no compile errors. I
thought that Visual Studio takes care of all assembly information and things
like that. Do I need to load or register something before I can use this
page?
Any help would be wonderful.
Daniel.
Server Error in '/MyTest' 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 'MyTest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="MyTest.Global" %>
Source File: c:\inetpub\wwwroot\MyTest\global.asax Line: 1
created the aspx page on my laptop (but the solution resides on a server)
with VS.NET and it builds correctly on the server, no compile errors. I
thought that Visual Studio takes care of all assembly information and things
like that. Do I need to load or register something before I can use this
page?
Any help would be wonderful.
Daniel.
Server Error in '/MyTest' 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 'MyTest.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="MyTest.Global" %>
Source File: c:\inetpub\wwwroot\MyTest\global.asax Line: 1