2

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

Get service of SVsBuildManagerAccessor fails

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Shrage Smilowitz
  • 24,494
  • 2
  • 28
  • 32

2 Answers2

9

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

Pat C
  • 351
  • 2
  • 4
1

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/

yo hal
  • 11
  • 1