Something is wrong with my VS 2010, i can’t publish any project, i get an error:
Get service of SVsBuildManagerAccessor fails
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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