Wednesday, 6 March 2013


Visual Studio 2010. BadImageFormatException? Resolved

While you are developing an application with Visual Studio 2010 may occur the BadImageFormatException. That thing occurred also to me. I googled very much, but couldn't resolve the problem. Eventually I found the solution.
Now I suggest to you my solution:
  1. Start a new project
  2. In solution explorer right click on the project name and select "Add an existing item"
  3. Load all files of the old project in the corresponding location of the new project, included the dlls
Now your project is full functioning.

2 comments:

Electrical Cord said...

Thanks Giovanni G for sharing info. I was facing problem but solved after when I opened the project as you suggested.

Giovanni G said...

You are welcome here