C# in Visual studio 2012. How do I make it debug in 64 bit mode? -
Hi I have a simple C # solution that includes an ext3 project and 2 DLL projects.
All code is compiled for "AnyCPU" but when I debug it, it runs as 32 bit. How do I fix it?
I can change the solution to compile x64, but I think it remembers the point.
(Windows 7, 64 bit. Visual Studio 2012 final)
thanks
Right click on your project in Solution Explorer.
Properties P
Go to Build tab.
Ensure that you have been selected on top of Make sure that the platform target matches the selected platform name above, Go. all configurations and
any CPU platform name properties.
AnyCPU (yes, it can exit sync)
Unselect 32-bit priority .
Comments
Post a Comment