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

前端 未结 13 1094
野性不改
野性不改 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
    慢半拍i (楼主)
    2021-01-31 07:36

    This solved the same problem for me: I added the assemblies that were mentioned in the error message to the GAC. When I recompiled the project the dll's appeared under "Detected Dependencies" in the Solution Explorer and I got the same error. Then I excluded the dll's (right-click and select Exclude) and the project finally compiled ok.

提交回复
热议问题