R – IronRuby references conflict with System.Linq

ironrubylinqreferencevisual studio 2010

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

Best Answer

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