J
Jonathan Wilson
I have a dll (from a 3rd party) that is mixed native and managed code (32
bit x86 for the native part). I have an app written in C# and being
compiled with Visual C# Express 2008 (and targeting the .NET framework 2.0).
This app works fine on 32-bit windows (XP and Vista) but when run on
Windows x64, it will fail to run. Can someone tell me what project options
I need to set so that when the app is run on Windows Vista x64, it uses the
32 bit CLR and runs correctly.
bit x86 for the native part). I have an app written in C# and being
compiled with Visual C# Express 2008 (and targeting the .NET framework 2.0).
This app works fine on 32-bit windows (XP and Vista) but when run on
Windows x64, it will fail to run. Can someone tell me what project options
I need to set so that when the app is run on Windows Vista x64, it uses the
32 bit CLR and runs correctly.