[IronPython] Error building ASP.NET 3.5 websites

Fernando Correia fernandoacorreia at gmail.com
Tue Oct 28 12:37:46 CET 2008


Thank you, Curt. This workaround allows me to build ASP.NET websites
targeting Framework 3.5. I can also build assemblies targeting 3.5.

If Microsoft.Scripting.ExtensionAttribute.dll is "The 5th Assembly",
what will this alternate version be called? The Ghost Assembly? =D

2008/10/24 Curt Hagenlocher <curt at hagenlocher.org>:
> Here's what we recommend as a workaround.
> The CodePlex work item that tracks this request
> (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=19126) now
> contains a modified version of Microsoft.Scripting.ExtensionAttribute.dll.
>  For this one particular case, where simultaneous referencing of the
> original version of our assembly and System.Core.dll causes problems, you
> can replace the "shipping version" of our DLL with the modified version.
>  This will eliminate the "is ambiguous" error message.



More information about the Ironpython-users mailing list