Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top