Posted on: 1/11/2014 4:48:30 AM | Views : 586

hello I use visual studio and my aspnet projects use web forms and other target platform: anycpu for the compilation ...
obviously if the target platform is x86 compiled to 32-bit if the target platform is x64 compiled to 64-bit but if any cpu eligo platform to compile ...?
Another question if I compile my web solution to 64 bit and add an refereer xml export to 32bit, my working xml export to 32 bits and the rest of my page to 64 bits (is so), because obviously I have compiled 64 bits and the net framework libraries are x64 because my operating system is x64 ..

Go to the complete details ...