Tagged Questions
4
votes
3answers
3k views
Debugging assembly load issue
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, where ...
2
votes
5answers
319 views
Updating the application with a new .net dll gives me FileLoadException?
I have a .net 3.5 application with many dlls, I tried to rebuild specific dll without building the whole application, but after replacing the old one with the new, the application throws exception as ...
2
votes
2answers
1k views
SharpSVN and C# Problem
When trying to add SharpSVN to my C# project, compiling with SharpSVN related calls gives me this error:
FileLoadException was Unhandled
Mixed mode assembly is built against version 'v2.0.50727' of ...
2
votes
4answers
2k views
System.IO.FileLoadException
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
<>\Trunk\Lib\ into ...
1
vote
3answers
232 views
System.IO.FileLoadException when running C# program on a different computer
I am currently working on a C# WPF project which makes use of the MySQL.Data and System.Data.Sqlite dll as well as a couple of others.
The project is a .Net 4 project which works without problems on ...
1
vote
1answer
201 views
FileLoadException with .NET 4
I'm trying to build an application using the OpenNURBS toolkit (see here) and I'm getting a FileLoadException with the following message while debugging:
Mixed mode assembly is built against
...
1
vote
1answer
2k views
Why do I get System.IO.FileLoadException: Could not load file or assembly, about once a week on my ASP.Net Website?
I have a rather simple internal ASP.Net Website that has issues loading the Microsoft.Practices.EnterpriseLibrary.Data dll about once a week. Here is the Exception message:
...
0
votes
1answer
26 views
FileLoadException when using Microsoft Unity configuration
A FileLoadException when using Unity generally means that a type has been configured for that cannot be loaded because the assembly has not been reference by the project.
How can I find out what type ...
0
votes
0answers
286 views
FileLoadException when loading references
I'm using Spring.Net to dynamic load my object graph.
10 .exe consoles will start on the same time and via Spring.Net they will instantiate the same libraries. The consoles have no references to the ...
0
votes
4answers
317 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 ...