Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-28 Thread Michael Foord
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Tuesday, October 28, 2008 3:20 PM To: Discussion of IronPython Subject: Re: [IronPython] Error building ASP.NET 3.5 websites Curt Hagenlocher wrote: [snip...] We hope to address this problem differently fo

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-28 Thread Dino Viehland
Of Michael Foord Sent: Tuesday, October 28, 2008 3:20 PM To: Discussion of IronPython Subject: Re: [IronPython] Error building ASP.NET 3.5 websites Curt Hagenlocher wrote: [snip...] > We hope to address this problem differently for the next release, but > our promise to stay compatible with .

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-28 Thread Michael Foord
Curt Hagenlocher wrote: [snip...] We hope to address this problem differently for the next release, but our promise to stay compatible with .NET 2.0 for this release has somewhat constrained the type of solution we are able to offer. Thanks for your patience! Is there an intention to move aw

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-28 Thread Fernando Correia
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 Hagenloc

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-24 Thread Curt Hagenlocher
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 refere

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-24 Thread Fernando Correia
Thanks, Curt. I understand this is a tricky situation and that the team is trying hard to find a good solution. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-23 Thread Curt Hagenlocher
I'm sorry; the test I performed to verify that this works for a VB web app was faulty. We'll be discussing this at our weekly meeting tomorrow. On Thu, Oct 23, 2008 at 10:30 AM, Fernando Correia < [EMAIL PROTECTED]> wrote: > No, I'm not. The process I followed is described in the issue: > > http

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-23 Thread Fernando Correia
No, I'm not. The process I followed is described in the issue: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=19126 Does the described process work for you? Microsoft.Scripting.ExtensionAttribute.dll is copied to the website's Bin directory without any reference to it (some of

Re: [IronPython] Error building ASP.NET 3.5 websites

2008-10-23 Thread Curt Hagenlocher
Are you explicitly referencing Microsoft.Scripting.ExtensionAttribute.dll? If so, remove that reference from your project. On Thu, Oct 23, 2008 at 9:56 AM, Fernando Correia < [EMAIL PROTECTED]> wrote: > I'm trying to upgrade from Beta 5 to RC1 and I'm getting, again, errors > trying to build an

[IronPython] Error building ASP.NET 3.5 websites

2008-10-23 Thread Fernando Correia
I'm trying to upgrade from Beta 5 to RC1 and I'm getting, again, errors trying to build an ASP.NET 3.5 website that uses IronPython. The errors are similar to what happened with Beta 1: (0,0): warning CS1685: The predefined type 'System.Runtime.CompilerServices.ExtensionAttribute' is defined in m