“Unable to update dependencies of the project” after committing to Subversion

前端 未结 13 1067
野性不改
野性不改 2021-01-31 06:50

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 dependenci

13条回答
  •  梦毁少年i
    2021-01-31 07:27

    Restarting VS2010 didn't work for me but I managed to get everything working by doing a 'Clean Solution', then a 'Build Solution'. Trying 'Rebuild Solution' after the clean didn't work however. Then I could run the Solution with F5 as normal.

提交回复
热议问题