LoadFromContext was detected
Posted
by Alhambra Eidos
on Stack Overflow
See other posts from Stack Overflow
or by Alhambra Eidos
Published on 2009-11-13T12:18:10Z
Indexed on
2010/04/09
8:03 UTC
Read the original article
Hit count: 877
HI all misters
When I try Debug my project (unit tests) i get the following error:
LoadFromContext was detected Message: The assembly named 'Microsoft.VisualStudio.QualityTools.Common' was loaded from 'file:///C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.Common.DLL' using the LoadFrom context. The use of this context can result in unexpected behavior for serialization, casting and dependency resolution. In almost all cases, it is recommended that the LoadFrom context be avoided. This can be done by installing assemblies in the Global Assembly Cache or in the ApplicationBase directory and using Assembly.Load when explicitly loading assemblies.
It's nightmare for me...!!!
I am using VS 2008 profession, XP sp2 Any suggestions , please ??
Thanks.
© Stack Overflow or respective owner