Linked by David Handlos on Thu 25th Sep 2008 18:07 UTC
Thread beginning with comment 331528
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2006-02-05
This is true, however if you are talking about the need to run an ASP.net app in 32-bit, it is alot less drastic to flip the "Enable 32-bit Applications" flag in the app pool advanced settings screen.
One big thing I ran into was that JET interop simply doesn't exist in the 64-bit framework. I have an app that will import Excel files, and for the life of me couldn't figure out why it would work on one machine, but not another. If you need JET interop, go into the project properties in studio, go to the Build tab, and flip Platform Target from "Any CPU" to "x86". This will force the JIT compiler to generate 32-bit native code instead of 64-bit.