Visual Studio Debugging and 64 Bit .NET Applications

added by DotNetKicks
12/19/2016 5:03:58 PM

394 Views

Recently while debugging a 64 bit application I found out the hard way that Visual Studio by default will use 32 bit debugging even when running what would otherwise be a 64 bit .NET application. There are a number of options that determine the bitness of your application, but the debugger often behaves differently than your standalone application.


0 comments