RE: Assembly binding problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Steven,

So have you got it working now? As for the "qualifyAssembly", it just used
to help redirect a partial assembly reference (ususally for dynamic
assembly loading) to a Full qualified assembly reference. And as long as
the web.config file is correctly configured, in your case, since the
assembly is a strong-named one, the runtime should always start searching
in the GAC, then through the normal assembly probing path( the bin sub dir
for ASP.NET web application).

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

.