VS 2010 Ultimate: Attaching the ProteusDebugEngine debugger to process failed

前端 未结 4 1962
孤独总比滥情好
孤独总比滥情好 2021-01-13 17:06

When loading a C# / .NET 4 project into VS 2010 Ultimate on my main machine (Win 7 ultimate 64 bits), I am getting the error message

Attaching the ProteusDeb         


        
4条回答
  •  抹茶落季
    2021-01-13 17:41

    Running the following in the Visual Studio Command Prompt (2010) solved this for me.

    devenv /resetskippkgs
    

提交回复
热议问题