Summary
To get my site running smoothly on a 64bit server platform, using IIS 7.0 Integrated pipeline mode, what are the things I would need to fix in order for this to work.
Some more detail
I am aware of, that if a assembly uses PInvoke and I have a reference to such a assembly in my project, the error message I will get will probably be very vague and obscure.
Any specific suggestions on how to check that my site is fully 64 bit compatible? Would compiling it as AnyCPU be sufficient to ensure that it will run correctly in Integrated pipeline mode?
Thanks Rihan
We have found the offending dll, buy a process of elimination. So sadly I cant offer a more "scientific" approach.
What I have learned through this process:
You probably wont have to deal with this issues, but developers that come after you will have less respect for you.