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!
Shankar - 18 Nov 2004 03:54 GMT
Hi,
This should help
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpguide/html/cpconhowruntimelocatesassemblies.asp
Shankar
11/18/2004 7:17:55 AM
Joo Park <joo_p@hotmail.com> wrote in message
<uzOlCDRzEHA.3120@TK2MSFTNGP12.phx.gbl>
> Hello,
> which would have priority? If i have a component
[quoted text clipped - 4 lines]
>
> thx in advance!
Richard Blewett [DevelopMentor] - 18 Nov 2004 07:29 GMT
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!