For details about how to debug the wcf Service compiling platform x86 and x64, wcfx64
Notes for debugging the wcf Service in the CTDC project:
Because the x86 Assembly referenced by the wcf project, the target platform generated by the wcf is x86. therefore, the following script must be executed for debugging on 64 systems.
Procedure:
1. Go to the directory: C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDE
2. Execute the following command:Corflags/32BIT +/Force WcfSvcHost.exe
3. Cancel mode: corflags/32BIT-/Force WcfSvcHost.exe
My current project uses the net framework 40 runtime environment to run on win7x86 computers. No problem. How can I configure it to run a 32-bit program on x64?
Compile the code into a x64 dll
The program I compiled is x86 and x64. What is the reason for the difference between the two?
In theory, x64 can be compatible with x84 software, but it cannot play a significant role in improving the performance of x64 for memory management and utilization,