global assembly cache and private assemblies

J

Joo Park

Hello,
which would have priority? If i have a component
that is in the bin directory as well as in the global
assembly cache, which one will my website use?

trying to determine the order or priority.

thx in advance!
 
R

Richard Blewett [DevelopMentor]

The GAC is consulted first
Then codebase hints configured in the config file
The private assemblies (discovered by probing under the AppBase)

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hello,
which would have priority? If i have a component
that is in the bin directory as well as in the global
assembly cache, which one will my website use?

trying to determine the order or priority.

thx in advance!
 

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