E
Ed Dennison
I'm trying to use Clearcase to manage source for an ASP.NET
application. I believe that I have configured IIS properly and set up
my VS.NET solution and project files, but my pages do not work.
Specifically, when I try to load the page from a browser (or debugging
in VS.NET), I get this error page:
Parser Error Message: Could not load type 'srdm.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="srdm.Global" %>
If I place a plain old HTML file in the same directory, it loads fine
from a browser. My assumption is that IIS and/or ASP.NET cannot find,
open, or load the DLL that contains the object code from my compiled
Global.asax.cs file. I have rebuilt my application (deleting the dll)
numerous times but to no avail.
The application works perfectly when it is stored in a local disk
directory.
Has anyone out there successfully used ASP.NET + IIS 5.1 + Clearcase?
Thanks,
Ed
application. I believe that I have configured IIS properly and set up
my VS.NET solution and project files, but my pages do not work.
Specifically, when I try to load the page from a browser (or debugging
in VS.NET), I get this error page:
Parser Error Message: Could not load type 'srdm.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="srdm.Global" %>
If I place a plain old HTML file in the same directory, it loads fine
from a browser. My assumption is that IIS and/or ASP.NET cannot find,
open, or load the DLL that contains the object code from my compiled
Global.asax.cs file. I have rebuilt my application (deleting the dll)
numerous times but to no avail.
The application works perfectly when it is stored in a local disk
directory.
Has anyone out there successfully used ASP.NET + IIS 5.1 + Clearcase?
Thanks,
Ed