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 all configurations and any CPU platform name properties.

Make sure that the platform target matches the selected platform name above, AnyCPU (yes, it can exit sync) Unselect 32-bit priority .

Go.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -