错误:使用代理时Microsoft Visual Studio 2012远程调试监视器(MSVSMON.EXE)

Sil*_*ght 5 proxy remote-debugging windows-applications visual-studio-2012

首先,我将Visual Studio 2012更改.Net Framework 4.5.Net Framework 4 Client Profile我的项目.
我也使用https代理与第三方应用程序 - > Proxifier
之后,当我想启动应用程序时,我收到此错误:

在此输入图像描述

错误:
The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not apear to be running on the remote computer ...

这个错误意味着什么,我该如何删除它?
注意:在visual studio 2010中我没有这样的错误!

Vic*_*ler 1

我通过将属性/编译/目标平台更改为x86而不是任何 CPU 来修复它。它解决了我的案例中的问题。希望能帮助到你。