找不到类型或命名空间(已添加 SCHEMA)

发布于 2024-11-11 13:09:49 字数 95 浏览 1 评论 0原文

架构已添加到 .NET 项目并已成功构建。之后,新资源被签入。现在无法在另一台计算机上构建,指出“找不到类型或命名空间(是否缺少程序集引用?)”。有什么想法可以克服这个问题吗?

A schema was added to a .NET project and was build succesfully. Afterwards the new resource was checked in. Now in another computer cannot be build, states that "Type or namespace could not be found (are you missing an assembly reference?)". Any ideas to overceome this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

人│生佛魔见 2024-11-18 13:09:49

听起来您缺少一个可能位于源代码存储库之外的程序集(例如,安装在 Program Files 下)。第三方代码经常出现这种情况。如果您查看“参考”下,您可能会发现缺少参考。

Sounds like you are missing an assembly which might live outside of your source code repository (e.g., installed under Program Files). This is often the case with third-party code. If you look under References, you might see that there is a missing reference.

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