找不到类型或命名空间(已添加 SCHEMA)
架构已添加到 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您缺少一个可能位于源代码存储库之外的程序集(例如,安装在 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.