SVsBuildManagerAccessor fails when Publishing in VS2010

半城伤御伤魂 提交于 2019-12-13 15:32:38

问题


Something is wrong with my VS 2010, i can't publish any project, i get an error:

Get service of SVsBuildManagerAccessor fails


回答1:


I have been trying to solve this for sometime. Oddly, at the same time this started happening I started experiencing an issue with sql server management studio too. The solution I found to this problem also resolved the issue with publishing using VS2010.

Just execute the following to re-register the ieproxy dll:

regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"

Hope this helps




回答2:


These problems might happen as a result of installing source gear vault version 3 or 4. The solution to the problem is as Pat C answered. You might also want to take a look at this thread for the SQL Server Problem http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/d5d3e5fc-d8ce-4f42-b7ea-9bbbb7756a20/



来源:https://stackoverflow.com/questions/4034712/svsbuildmanageraccessor-fails-when-publishing-in-vs2010

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