M
Mark Brown
I have a web application that was working fine until recently. It runs just
fine in the IDE. When I try to run it from another browser, I get this
error:
Could not load type 'TestCAD.Global'
Followed by:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="TestCAD.Global" %>
The source file is listed as "global.asax". TestCAD.Global doesn't exist,
but since I didn't create "global.asax", I have no idea where the reference
came from. I'd edit the file, but I have no idea what it wants to inherit
from. The program was originally writting using VS2003. I converted it to
VS2008 and it's been working fine. I recently installed the SP1 patch which
is what I suspect is the source of the problem.
Any ideas for a fix or a work-around, I'd appreciate it.
Thanks,
Mark
fine in the IDE. When I try to run it from another browser, I get this
error:
Could not load type 'TestCAD.Global'
Followed by:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="TestCAD.Global" %>
The source file is listed as "global.asax". TestCAD.Global doesn't exist,
but since I didn't create "global.asax", I have no idea where the reference
came from. I'd edit the file, but I have no idea what it wants to inherit
from. The program was originally writting using VS2003. I converted it to
VS2008 and it's been working fine. I recently installed the SP1 patch which
is what I suspect is the source of the problem.
Any ideas for a fix or a work-around, I'd appreciate it.
Thanks,
Mark