> From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Alexandre Mutel > Sent: Friday, November 13, 2009 1:45 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Calling a C# static from IronRuby > > > On a similar subject, is there a way to resolve dynamic variable at > > runtime? Like, a user type a variable that was not declared, but the > > DLR host is able to create on the fly an object for this variable and > > return it. Is it possible? Is "IDynamicMetaObjectProvider" and > > "IAttributesCollections" on CreateScope() are used for that? > > > By the way, i'm trying to play with IDynamicMetaObjectProvider with > IronRuby0.92 and Visual Studio 2010 Beta 2 and i'm getting some conflicts > with System.Core... What are the reference assembly to include to avoid such > conflicts?
Here's the current build specifically for .Net 4.0: http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33305 The conflicts you're seeing between System.Core and Microsoft.Scripting.Core are because all of Microsoft.Scripting.Core was moved into System.Core for .NET 4.0. I think you can always alias System.Core to use 0.9.2 in .NET 4.0, but you won't able to take advantage of any of the "dynamic" features. ~js _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core