My application is VS2012 WPF application. If I turn off "Prefer 32-bit" build, my application will not launch (a window pop up saying error while trying to run.....).
If I want my application to launch, I have to turn on "Prefer 32-bit" option.
My machine is 64-bit Windows 7. I want my application to be 64-bit because I need to load a 64-bit native dll.
What should I do with this case? Why turning off "Prefer 32-bit" build will stop application from launching?
Thanks!