[IronPython] Missing File in IronPython Change Set 34376?

Curt Hagenlocher curt at hagenlocher.org
Mon Jul 21 01:00:48 CEST 2008


On Sun, Jul 20, 2008 at 3:20 PM, FX Meta <rednaxela0607 at hotmail.com> 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
curt at hagenlocher.org



More information about the Ironpython-users mailing list