Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Unable to update dependencies of the project" after committing to Subversion

I have a setup project in .NET. When I save the project and the other projects to subversion, the setup project no longer compiles. I get the error "Unable to update dependencies of the project."

like image 245
Jason N. Gaylord Avatar asked Jul 12 '10 23:07

Jason N. Gaylord


2 Answers

Closing VS2010 and then re-opening it has always worked for me :)

like image 51
Chuck Claunch Avatar answered Oct 29 '22 22:10

Chuck Claunch


There is a long discussion thread about this on MSDN. It seems like there are many possible causes. The discussion includes a few links for this problem from Microsoft. Here is a hotfix for VS2005 and here is a workaround for VS2010.

like image 50
msergeant Avatar answered Oct 29 '22 23:10

msergeant