global assembly cache and private assemblies

  • Thread starter Thread starter Joo Park
  • Start date Start date
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!
 
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!
 
Back
Top