远程调试监视器(MSVSMON.EXE)似乎没有在远程计算机上运行“的完
发布时间:2021-05-20 14:35:42 所属栏目:大数据 来源: https://blog.csdn.net/kasama1
导读:“远程调试监视器(MSVSMON.EXE)似乎没有在远程计算机上运行“的完美解决方案 @H_502_6@ 今天调试程序时,Visual Studio突然报出了如下错误: @H_502_6@ Microsoft Visual Studio 远程调试监视器(MSVSMON.EXE)似乎没有在远程计算机上运行。这可能是因为防火墙
“远程调试监视器(MSVSMON.EXE)似乎没有在远程计算机上运行“的完美解决方案@H_502_6@ 今天调试程序时,Visual Studio突然报出了如下错误: @H_502_6@ Microsoft Visual Studio 远程调试监视器(MSVSMON.EXE)似乎没有在远程计算机上运行。这可能是因为防火墙阻止与远程计算机通信。有关配置远程调试的协助,请参阅帮助。 @H_502_6@ ? @H_502_6@ 研究了半天,上网查找各种资料,怎么说的都有,但没有一个能真正解决此问题。笔者行一山人尝试了如下方法: @H_502_6@ 1、重装VS。本人使用的VS2015 Update1,新下的升级版,顺便安装升级到了VS2015 Update2,无效。 @H_502_6@ 2、关闭防火墙,无效。 @H_502_6@ 3、关闭安全软件、杀毒软件,无效。 @H_502_6@ 4、将杀毒软件一天内检测到的隔离文件全部恢复到原位置,无效。 @H_502_6@ 5、将MSVSMON.EXE所在文件夹的权限改为everyone完全控制,无效。 @H_502_6@ 6、修改登录账户,赋予其Administrators权限,并从其它组中删除,无效。 @H_502_6@ 7、重启系统、注销用户、重启VS,无效。 @H_502_6@ 好吧我实在是没辙了,继续查资料。 @H_502_6@ 中外网站都看了,只发现了一个唯一可行的方案,就是把生成的目标平台从Any cpu改为x86,这个方法能让调试启动,但不完美。我想编译64位的程序怎么办,还是得面对这个问题。 @H_502_6@ ? @H_502_6@ 通过查看微软的官方资料(https://msdn.microsoft.com/en-us/library/ms184681(v=vs.140).aspx),理解了为什么本地调试会报远程调试错误。Debug 64-Bit ApplicationsVisual Studio 2015 ? @H_502_6@ You can debug a 64-bit application that is running on the local computer or on a remote computer. @H_502_6@ To debug a 64-bit application that is running on a remote computer,see?Remote Debugging. @H_502_6@ To debug 64-bit applications locally,Visual Studio uses a 64-bit worker process (msvsmon.exe) to perform the low-level operations that cannot be done inside of the 32-bit Visual Studio process. @H_502_6@ Mixed-mode debugging is not supported for 64-bit processes that use .NET Framework?version 3.5 or earlier.Debug a 64-bit ApplicationTo try debugging a 64-bit application:
Troubleshooting 64-bit debugging? @H_502_6@ You may see an error: “A 64-bit debugging operation is taking longer than expected.” In this case,Visual Studio has sent a request to the 64-bit version of msvsmon.exe,and it has taken a long time for the result of that request to come back. @H_502_6@ There are two main causes for this error:
(编辑:北几岛) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |