Error when trying to remote debug in VS2017 with MSVSMON

让人想犯罪 __ 提交于 2019-12-24 19:00:19

问题


I have installed Visual Studio 2017, and when I tried to run a web application it works fine on Internet Explorer, but in Chrome it gives me this error:

the 32-bit version of the visual studio remote debugger cannot be used to debug 64-bit processes or 64-bit dumps. Please use the 64-bit version instead.

I notice that MSVSMON.EXE is in C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Remote Debugger\x64 folder, and when I click on it, it runs normally. It is allowed in windows firewall.

If I disable javascript debugging for ASP.NET, it works fine on Chrome but I still want this functionality.


回答1:


It worked when I deactivated the firewall and antivirus.



来源:https://stackoverflow.com/questions/48114572/error-when-trying-to-remote-debug-in-vs2017-with-msvsmon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!