SVsBuildManagerAccessor fails when Publishing in V

2019-07-16 00:36发布

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

Get service of SVsBuildManagerAccessor fails

2条回答
我命由我不由天
2楼-- · 2019-07-16 00:50

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

查看更多
成全新的幸福
3楼-- · 2019-07-16 01:07

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/

查看更多
登录 后发表回答