Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The 32-bit version o fthe Visual Studio Remote Debugging Monitor cannot be used to debug 64-bit processes?

I am trying to run my visual studio (2010) C++ project on an old Windows XP machine that is running VS2010. However, when I run it, I get the error listed in the title of this question. Why is this, and how can I fix it?

like image 914
zebra Avatar asked Oct 29 '25 15:10

zebra


1 Answers

Same error was throwing for me when I had Silverlight debugger enabled. To resolve this issue

  • Open project properties
  • Under web tab look for Debuggers
  • Remove the tick mark on "Silverlight"
like image 196
sree Avatar answered Oct 31 '25 15:10

sree