【发布时间】:2012-07-27 10:58:42
【问题描述】:
目前我遇到了“循环依赖”的问题。我有错误,因为我必须将文件 .dll 添加到另一个项目,但我要添加的这个项目中已经存在引用。我不知道我该怎么办?
Error 1 SportsStore.WebUI.accessor: The reference to 'SportsStore.WebUI.dll' was not found in the list of this projects references SportsStore.UnitTests
【问题讨论】:
-
那么你在 UnitTests 程序集中有对 WebUI 程序集的引用,但是为什么你会从 WebUI 程序集中引用 UnitTests 程序集呢?
标签: asp.net-mvc-3 visual-studio-2010 circular-dependency