I just checked out a revision from Subversion to a new folder. Opened the solution and I get this when run:
Could not load file or assembly 'xxxx' or one of its dependencies. An attempt was made to load a program with an incorrect format.
This is the same code I had checked in a while ago. Why now is it doing this? I now also see a Debug x86 instead of just Debug in that xxx project's bin folder. What is Debug x86 and why don't I just have Debug only like I used to in the bin folder?
1.
Could not load file or assembly … An attempt was made to load a program with an incorrect format (System.BadImageFormatException) ,2.
Could not load file or assembly exception &3.
“An attempt was made to load a program with an incorrect format” even when the platforms are the same – RBT