There are two ways to specify an assembly's location:
a.. Using the <codeBase> element.
b.. Using the <probing> element.
You can also use the .NET Framework Configuration Tool (Mscorcfg.msc) to
specify assembly locations or specify locations for the common language
runtime to probe for assemblies.
For more information:
http://tinyurl.com/2gwy5
--
Greetz
Jan Tielens
________________________________
Read my weblog:
http://weblogs.asp.net/jan
"Alan Seunarayan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
> If I have a DLL with a full path 'c:\test.dll' and it's dependencies
in
> 'c:\dep' how can I ensure that 'c:\dep' is searched when attempting to
load
> 'c:\test.dll'?
>
> Cheers.
>
>