尝试设置 CruiseControl.net 时出现 CS0006 错误
我们正在尝试建立CC.Net。我们收到 CS0006 错误,指出 xxx\Projetc1\bin\x86\Debug\Project1.dll
中缺少 DLL,这是显而易见的,因为我们尚未在此服务器上构建任何项目...
任何主意?
We are trying to set up CC.Net. We have CS0006 error saying that DLL is missing in xxx\Projetc1\bin\x86\Debug\Project1.dll
, which is obvious because we haven't build any project on this server yet...
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重新启动服务器后,它开始正常构建......
After reboot of the server, it started building fine...
我怀疑您的项目正在引用 dll 而不是依赖项目。如果是这种情况,msbuild 将无法正确确定构建顺序。
I suspect your project is referencing the dll instead of the dependent project. If that is the case, msbuild will not be able to determine the build order correctly.