IronRuby 引用与 System.Linq 冲突?
使用 Visual Studio 2010,当我将四个 IronRuby 引用添加到在多种方法中使用 Linq 的现有项目时,由于突然找不到 System.Linq,该项目将无法编译。 IronRuby/.Net 4.0 Framework 是否更改了 Linq 的位置,或者我是否遗漏了某些内容?
谢谢, 贝基
Using Visual Studio 2010, when I add the four IronRuby references to an existing project that uses Linq in several methods, the project won't compile due to not being able to find System.Linq all of a sudden. Does the IronRuby/.Net 4.0 Framework change the location of Linq or am I missing something?
Thanks,
Becky
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用 .NET 4.0 的构建版本吗?
3.0 版本确实具有这些覆盖,但它们应该包含在 .NET 4.0 中。
http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId= 33305
Are you using the build for .NET 4.0?
The 3.0 build does have those overrides but they should be included in .NET 4.0.
http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33305