Assembly versioning

M

mike

Hello.

If I have a .dll registered in the GAC and I deploy a web application that
has the same .dll in its "bin" directory, which .dll does the .Net runtime
use?

Thanks in advance,

Mike
 
M

Mattias Sjögren

If I have a .dll registered in the GAC and I deploy a web application that
has the same .dll in its "bin" directory, which .dll does the .Net runtime
use?

The runtime will look in the GAC before probing for the assembly. See
the topic "How the Runtime Locates Assemblies" in the docs for
details.


Mattias
 

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