So my co-worker just got a new company laptop that runs Windows 7 x64. I develop my application on a Windows 7 x86 machine with Visual Studio 2010. I compile against the .NET4 Framework and AnyCPU.
He installed MapWindow_x64 and ran the app and it crashed.
He uninstalled MapWindow_x64 and installed MapWindow_x86 and it also crashed.
The installations were the same release as what I am using on the development machine for compiling the app. Namely MapWindow v4.8SR.
Am I doing something wrong here? Should I compile my app with a certain target CPU Architecture for x86 and then another for x64? Or is this supported?
He installed MapWindow_x64 and ran the app and it crashed.
He uninstalled MapWindow_x64 and installed MapWindow_x86 and it also crashed.
The installations were the same release as what I am using on the development machine for compiling the app. Namely MapWindow v4.8SR.
Am I doing something wrong here? Should I compile my app with a certain target CPU Architecture for x86 and then another for x64? Or is this supported?