Hello. I have a asp.net that I am creating using vs.net. I am deploying this on our test server which does not contain vs.net. So, I created a script file using vbc.exe to compile it there. The script compiles perfectly fine. However, when I open the website in a browser, I get this
error:
Parser Error Message: Could not load type 'myapp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="myapp.Global"
%>
The virtual directories are the same name on my development pc and test server. Also, both directories are called c:\inetpub\
Any ideas what could be wrong? Your help is greatly appreciated!
SteveS
sms@hmbnet.com
error:
Parser Error Message: Could not load type 'myapp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="myapp.Global"
%>
The virtual directories are the same name on my development pc and test server. Also, both directories are called c:\inetpub\
Any ideas what could be wrong? Your help is greatly appreciated!
SteveS
sms@hmbnet.com