尝试设置 CruiseControl.net 时出现 CS0006 错误

发布于 2024-12-12 04:34:50 字数 144 浏览 4 评论 0原文

我们正在尝试建立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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟凡古楼 2024-12-19 04:34:50

重新启动服务器后,它开始正常构建......

After reboot of the server, it started building fine...

时光匆匆的小流年 2024-12-19 04:34:50

我怀疑您的项目正在引用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文