Z
Zeng
I randomly got this error:
"System.IO.FileLoadException: The located assembly's manifest definition
with name 'ClientToolLib' does not match the assembly reference."
I noticed that in the production server, there are a few different versions
of ClientToolLib.dll (strong named), one for each apps. My production
servers contain multiple applications that can load up its own version of
ClientToolLib.dll. So is it the case that each server can load up exactly
one dll for each name? If that's the case then it would explain why I got
the random error.
Thanks for any comment or advice.
"System.IO.FileLoadException: The located assembly's manifest definition
with name 'ClientToolLib' does not match the assembly reference."
I noticed that in the production server, there are a few different versions
of ClientToolLib.dll (strong named), one for each apps. My production
servers contain multiple applications that can load up its own version of
ClientToolLib.dll. So is it the case that each server can load up exactly
one dll for each name? If that's the case then it would explain why I got
the random error.
Thanks for any comment or advice.