Remote Debugging in Visual Studio (VS2008), Windows Forms Application

前端 未结 6 969
半阙折子戏
半阙折子戏 2021-01-30 17:35

I\'m trying to Remote Debugging a Windows Forms Application (C#), but i\'m always getting this error:

Unable to connect to the Microsoft Visual Studi

6条回答
  •  星月不相逢
    2021-01-30 18:01

    The problem that I had is that I had 2 users:

    mydomain\user1
    mytestmachine\user1
    

    that is not correct (according to Gregg Miskely) i needed to define a local user in my development computer, for example:

    mydevcomputer\debug
    mytestmachine\debug
    

    with the same password and run the VS2008 and the Debugging Monitor with this user:

提交回复
热议问题