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:
- Start a new project
- In solution explorer right click on the project name and select "Add an existing item"
- 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:
Thanks Giovanni G for sharing info. I was facing problem but solved after when I opened the project as you suggested.
You are welcome here
Post a Comment