I have created a WinForms UserControl.
When I leave the platform at AnyCPU, I can debug it without any problem: When I press Play, the preview comes up.
Then I try to change the project to x86. Therefore I click "AnyCPU", then "Configuration Manager".
At "Active project platform", I select "New...".
Now I select "x86" and click "Ok".
Then, when I click "Play", I get the error "System.BadImageFormatException".
Is that a common problem, or something very, very wrong on my system?
It happens each time I try this with a new project.