Cannot get Remote Debugging working with VS2010

前端 未结 8 1156
伪装坚强ぢ
伪装坚强ぢ 2021-01-31 09:28

I have a server and a workstation on the same corporate domain. My user is a local administrator on both machines. I have Installed the VS2010 version of MSVSMON and set it to r

8条回答
  •  星月不相逢
    2021-01-31 09:39

    What helped in my case was the following:

    Run dcomcnfg.exe on the machine where your VS is, go to:

    Component Services -> Computers -> My Computer -> Properties -> COM Security -> Access Permissions -> Edit Limits

    You should grant remote access to the ANONYMOUS LOGON.

    Don't mess around with the other permissions - could cause you trouble.

提交回复
热议问题