Error debugging code in visual studio 2012 - Failed to initialize client proxy: could not connect to

前端 未结 6 2149
南方客
南方客 2020-12-16 10:20

I am having Issues debugging unit tests in visual studio. I can run them fine from test explorer. The issue is that I cannot step into the code and debug. Also, I am able to

6条回答
  •  一个人的身影
    2020-12-16 10:59

    As Steven Jeuris mentioned in a comment, this could be related to access rights. In my instance it was caused by launching visual studio from a different active directory domain (runas /netonly /user:...).

提交回复
热议问题