类型或命名空间名称“Objects”;命名空间“System.Data”中不存在

发布于 2024-09-28 17:51:31 字数 383 浏览 4 评论 0原文

我在 Mac OS X Snow Leopard 上使用 MonoDevelop 来开发 ASP.NET MVC 应用程序。我已经在 Windows 7 上的 Visual Studio 2008 上对其进行了测试,并且工作正常,但是在 MonoDevelop 上编译它时,它会抛出错误: 命名空间 'System.Data' 中不存在类型或命名空间名称 'Objects'< /code> 在这一行下: publicpartial class MoviesDBEntities : global::System.Data.Objects.ObjectContext

我不确定这里的确切问题是什么,但我假设我遗漏了一些东西从错误所说的内容来看。我该如何纠正这个问题?谢谢。

I'm using MonoDevelop on Mac OS X Snow Leopard to develop an ASP.NET MVC Application. I have tested it on Visual Studio 2008 on Windows 7 and it worked fine, but when compiling it on MonoDevelop it throws the error: The type or namespace name 'Objects' does not exist in the namespace 'System.Data' under this line: public partial class MoviesDBEntities : global::System.Data.Objects.ObjectContext

I'm not sure what the EXACT problem here is but I'm assuming I'm missing something from what the error is saying. How do I rectify this? Thanks.

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

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

发布评论

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

评论(2

左岸枫 2024-10-05 17:51:31

问题是 Mono 尚未实现实体框架也许有一天。目前还没有机会在 Mono 下编译它。

The problem is that there's not yet an implementation of the Entity Framework for Mono. Maybe some day. Currently there's no chance you compile this under Mono.

染年凉城似染瑾 2024-10-05 17:51:31

实体框架 6 现已在 Mono 上可用。
http://www.mono-project.com/EntityFramework
您可以参考EntityFramework.dll。

Entity Framework 6 is now available on Mono.
http://www.mono-project.com/EntityFramework
You can reference EntityFramework.dll.

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