B
Brett Romero
I get this error when I try to run my ASP.NET app on our server:
Server Error in '/' 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 'myapp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="myapp.Global"
%>
Source File: C:\FTP\user31\Htdocs\global.asax Line: 1
On my development machine, everything works fine. The path there is
c:\inetpub\wwwroot\myapp. Could that be affecting anything?
I have deleted the DLL and rebuilt then uploaded. No changes. I've moved
the global files into the bin folder and uploaded. No changes. I now have
the DLL and global files in both the root and bin folders. Still get the
error. Any suggestions?
Thanks,
Brett
Server Error in '/' 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 'myapp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="myapp.Global"
%>
Source File: C:\FTP\user31\Htdocs\global.asax Line: 1
On my development machine, everything works fine. The path there is
c:\inetpub\wwwroot\myapp. Could that be affecting anything?
I have deleted the DLL and rebuilt then uploaded. No changes. I've moved
the global files into the bin folder and uploaded. No changes. I now have
the DLL and global files in both the root and bin folders. Still get the
error. Any suggestions?
Thanks,
Brett