C
Christopher Jedlicka
I have an ASP.NET web application that consists of a global.asax file
that needs to inherit from a precompiled assembly in the Global
Assembly Cache rather than from a library in the local bin directory.
When I try to run the application though, it generates a "Parser
Error" indicating that it "Could not load type 'MyApp.Global'.
If I create a local bin directory with a compiled version of the
assembly that exists in the GAC, then it seems to run fine. I have
other applications that are using the global assembly just fine, so i
know that is is working in the GAC correctly. Does the global
assembly have to inherit from a local assembly?
Any assistance or direction would be especially helpful. Thanks.
-Chris
that needs to inherit from a precompiled assembly in the Global
Assembly Cache rather than from a library in the local bin directory.
When I try to run the application though, it generates a "Parser
Error" indicating that it "Could not load type 'MyApp.Global'.
If I create a local bin directory with a compiled version of the
assembly that exists in the GAC, then it seems to run fine. I have
other applications that are using the global assembly just fine, so i
know that is is working in the GAC correctly. Does the global
assembly have to inherit from a local assembly?
Any assistance or direction would be especially helpful. Thanks.
-Chris