Re: [IronPython] MissingMemberException on 2.6

2009-05-11 Thread Davy Mitchell
Hi Dino, > When you say you're running the 2.6 interpreter does that mean you're using > 2.6 to compile > and then run against 2.0?  If so that probably won't work. No - all building is done using 2.01 and 2.01 assemblies are used in the target bin folder. I've uninstalled 2.6 now just to rule i

Re: [IronPython] MissingMemberException on 2.6

2009-05-11 Thread Dino Viehland
are blowing up? From: users-boun...@lists.ironpython.com [users-boun...@lists.ironpython.com] On Behalf Of Davy Mitchell [daftspan...@gmail.com] Sent: Monday, May 11, 2009 2:28 PM To: Discussion of IronPython Subject: Re: [IronPython] MissingMemberException on 2.6 Rig

Re: [IronPython] MissingMemberException on 2.6

2009-05-11 Thread Davy Mitchell
Right. Going a bit mad trying to fix this :-) Tried a bit of reinstalling and rebooting to no avail. Log Name: Application Source:Application Error Date: 11/05/2009 20:22:23 Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/

Re: [IronPython] MissingMemberException on 2.6

2009-05-10 Thread Davy Mitchell
Hi Curt, Sorry reported the wrong version there. I run the 2.6 interpreter but have hard coded the build scripts to 2.01 ipy and the target folder has the 2.01 binaries. So it is all 2.01. Just tried the (same) compiled version on XP with the same result. I built a console app without issue which

Re: [IronPython] MissingMemberException on 2.6

2009-05-10 Thread Curt Hagenlocher
I don't think that this: Microsoft.Scripting 0.9.0.0 is the right AssemblyVersion for the 2.6 alpha. I would expect something like "0.9.5.1". Is it possible that you're compiling with a different version of IronPython than you think? On Sun, May 10, 2009 at 12:27 PM, Davy Mitchell wrote: > H

[IronPython] MissingMemberException on 2.6

2009-05-10 Thread Davy Mitchell
Hi Guys, I am on 2.6 Beta on Windows 7 7100 and getting MissingMemberException when I compile to an EXE. http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=20623 I've tried adding the references suggest on the mailing list: clr.AddReference('System') clr.AddReference('mscorlib') Bu