wpf - Visual Studio 2012 : Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer -
i've visual studio 2012 ultimate on windows 7 x64 machine.
today when tried run wpf application got error : 
what's wrong ? remote debugging ? want run application.
i've lunched "msvsmon.exe" didn't fix problem.
restarting machine way rid of problem tried.
how fix it?
windows 7 x64, vs 2012
in case, remote debugging monitor component installed , app configured debug locally in settings. winforms app upgraded vs 2008, .net 3.5.
turns out windows firewall. directly running:
c:\program files (x86)\microsoft visual studio 11.0\common7\ide\remote debugger\x64\msvsmon.exe a firewall dialog appeared allow msvsmon.exe run. after vs 2012 re-start, debugging (locally) fine!
Comments
Post a Comment