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