Tagged Questions

0
votes
4answers
35 views

FileLoadException with new version of dll

I have an application that needs to work with two versions of a dll. I figured I would just compile the app once, copy the exe to two directories, and then copy the two versions of the dlls to each …
2
votes
3answers
423 views

Debugging assembly load issue

Hi, I have a very wierd problem happening to me during unit testing (MSTest in Visual Studio - .NET 3.5 SP1): I click "Run All Tests in solution" All tests passes, except for one particular class, …
2
votes
3answers
959 views

EEFileLoadException when using C# classes in C++(win32 app)

For deployment reasons, I am trying to use IJW to wrap a C# assembly in C++ instead of using a COM Callable Wrapper. I've done it on other projects, but on this one, I am getting an …
1
vote
4answers
392 views

System.IO.FileLoadException

Hi All, I have got this error when using Enterprise Library 3.1 May 2007 version. We are developing a product and have a common lib directory beneath the Subversion Trunk directory …