Possible Duplicate:
What does the Visual Studio “Any CPU” target mean?
We have a WPF application that must work on plenty of Windows machines from Windows XP x32 to Windows 8 x64. Our app includes NHibernate and SQLite. We do not need any feature of x64. How can modify application to run without any problem on all architectures?
- Our app is in .Net 4.0
Unless you have both the 64bit and 32 bit dll’s of your external dependences I would just compile for the lowest common denominator i.e: x86 it will install and run correctly on both 32 bit and 64 bit versions of windows.