J
Julie
Hey, so I have a C# application that I build on 32 bit Windows XP. I
need to compile it for use on 64 bit Windows, however. It uses (COM)
DLLs that must run in 32 bit address space, so I believe my app should
also be built as a 32 bit app, right?
Up until now, I have been building it and its associated .msi
installer file to run on Windows 2000 (i.e. 32 bit), and that's worked
fine. I have never before built the app to run under 64 bit Windows
before, and I'm not sure what exactly to do.
1. For building the project itself (as opposed to the .msi) do I
select "any CPU" or x64?
2. For the .msi, do I set the target properties to x64?
I actually tried the install a few different ways, but in running it,
it crashed with the following error code: clr20r3
Thanks!
Julie
need to compile it for use on 64 bit Windows, however. It uses (COM)
DLLs that must run in 32 bit address space, so I believe my app should
also be built as a 32 bit app, right?
Up until now, I have been building it and its associated .msi
installer file to run on Windows 2000 (i.e. 32 bit), and that's worked
fine. I have never before built the app to run under 64 bit Windows
before, and I'm not sure what exactly to do.
1. For building the project itself (as opposed to the .msi) do I
select "any CPU" or x64?
2. For the .msi, do I set the target properties to x64?
I actually tried the install a few different ways, but in running it,
it crashed with the following error code: clr20r3
Thanks!
Julie