Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,
Please guide me to this error I received whenever I run the application made using C#, the catch is, it is working in other computers but returns an error in one computer:
This is the error:
System.BadImageFormatException: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The module was expected to contain an assembly manifest.
Thank you very much!
Posted
Updated 11-Jul-11 4:28am
v2
Comments
Sergey Alexandrovich Kryukov 11-Jul-11 16:04pm    
Not enough information.
--SA
Syed Salman Raza Zaidi 12-Jul-11 3:34am    
might be because of Framework version is different
musefan 12-Jul-11 4:15am    
Does your application crash straight away? or after some time? What does your application do? I have seen BadImageFormatException for memory leaks too, specifically when doing custom drawing (OnPaint event etc.) and not disposing images when using them in a PictureBox (or similar)

1 solution

Have you included any dll in your application which is protected against deployment with the public key RSA encryption?
I think that some thing like than may cause this error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900