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

[IronPython] Getting started with IronPython and Silverlight

2008-10-23 Thread Kenneth Miller
All, I'm just getting started with IronPython and Silverlight, and to be honest I have not experience with C#. Are there are any basic tutorials or material that would kick me off on both of these subjects? I've been fiddling with the the SDL-SDK for a little while and I've written so

Re: [IronPython] Error only from Test Case

2008-10-23 Thread Dino Viehland
Ok, I've opened a work item on CodePlex to track it (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=19128). I should have done that last time :) We'll need to investigate this and see what's going on but I think it'll have to wait until after 2.0 at this point. From: [EMAIL

Re: [IronPython] Error only from Test Case

2008-10-23 Thread Matt Beckius
We're NUnit and TypeMock. On Thu, Oct 23, 2008 at 4:38 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > Are you using NUnit or NDepend? There's an issue (that we believe is > related to how the assemblies are being loaded) which we haven't tracked > down just yet: > http://www.mail-archive.com/us

Re: [IronPython] Error only from Test Case

2008-10-23 Thread Dino Viehland
Are you using NUnit or NDepend? There's an issue (that we believe is related to how the assemblies are being loaded) which we haven't tracked down just yet: http://www.mail-archive.com/users@lists.ironpython.com/msg07328.html Running the same code outside of NUnit or NDepend should work. From

[IronPython] Error only from Test Case

2008-10-23 Thread Matt Beckius
The test below fails (see stacktrace). If I take the exact same code and execute from a running program,it works just fine. Any suggestions, TIA Matt B. [Test] public void Statements() { var e = new IPEngine(); e.Scope.SetVariable("x","testing");

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] Silverlight 2 Dynamic Languages SDK

2008-10-23 Thread Michael Foord
Jimmy Schementi wrote: Sorry, I didn't announce it on this list, just on twitter. =) It's been updated in place. So sdlsdk-0.4 is the build that works against Silverlight 2 RTW. http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=17839 Great! Thanks - time to update the

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

Re: [IronPython] Announcing IronPython 2.0 Release Candidate 1

2008-10-23 Thread Giles Thomas
Many congratulations to the IP team on this release! We should be able to start the process of properly porting Resolver One to IP 2.0 RC1 in a week or so (we're just finishing off a release of our own), but we've been tracking the betas up until now (as you might have noticed from Michael Foo