On Sun, Jul 20, 2008 at 3:20 PM, FX Meta <[EMAIL PROTECTED]> wrote: > > I understand IronPython and DLR will continue to be developed with .NET > Framework 2.0 as target. I'd like to ask, though, now that the DLR > expression tree has moved into System.Linq.Expressions namespace, what would > be the preferred solution to resolving conflict between references to > System.Core.dll and Microsoft.Scripting.Core.dll? Apparently these two do > conflict now, don't they?
Yes. You can probably use the "extern alias" functionality of C# to get around this. You can find an example at http://blogs.msdn.com/abhinaba/archive/2005/11/30/498278.aspx -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
