using a global.asax with global assembly reference

  • Thread starter Christopher Jedlicka
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top