Additional information: Format of the file 'tfsnalib' is invalid.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I´ve got an ASP.NET Webapplication that uses an unmanaged DLL to call some C++ functions. Everything works fine for about 1 month..but suddenly this Error occurs, obviously at the point i start the WebApplication and the DLL should be loaded: "A first chance exception of type 'System.BadImageFormatException' occurred in mscorlib.dll" Additional information: Format of the file 'blahlib' is invalid." Well. The DLL is correct. On another System exactly THIS DLL works correctly. What happened ? How can i fix this ?