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 ran so
looks like my code is doing something different :-)

Seems like I need to spend time narrowing down what is new since my
last build. I have introduced threading, use of dir (for autocomplete)
and changed external process handling so there is potential for
something to be up there.

Thanks.
Davy Mitchell

On Sun, May 10, 2009 at 9:19 PM, Curt Hagenlocher <[email protected]> wrote:
> I don't think that this:
>   <Data>Microsoft.Scripting</Data>
>   <Data>0.9.0.0</Data>
> 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 <[email protected]>
> wrote:
>>
>> 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')
>> But they were already there which suggests I have hit this before.
>> This all compiled and ran fine before I reinstalled the OS.
>>
>> Anything else I can look at?
>>
>> - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
>> - <System>
>>  <Provider Name="Windows Error Reporting" />
>>  <EventID Qualifiers="0">1001</EventID>
>>  <Level>4</Level>
>>  <Task>0</Task>
>>  <Keywords>0x80000000000000</Keywords>
>>  <TimeCreated SystemTime="2009-05-10T19:16:21.000000000Z" />
>>  <EventRecordID>2149</EventRecordID>
>>  <Channel>Application</Channel>
>>  <Computer>kennel</Computer>
>>  <Security />
>>  </System>
>> - <EventData>
>>  <Data>566025849</Data>
>>  <Data>5</Data>
>>  <Data>CLR20r3</Data>
>>  <Data>Not available</Data>
>>  <Data>0</Data>
>>  <Data>die.exe</Data>
>>  <Data>0.0.0.0</Data>
>>  <Data>4a0727eb</Data>
>>  <Data>Microsoft.Scripting</Data>
>>  <Data>0.9.0.0</Data>
>>  <Data>49906349</Data>
>>  <Data>812</Data>
>>  <Data>144</Data>
>>  <Data>System.MissingMemberException</Data>
>>  <Data />
>>
>>  <Data>C:\Users\daftspaniel\AppData\Local\Temp\WERC11B.tmp.WERInternalMetadata.xml</Data>
>>
>>  <Data>C:\Users\daftspaniel\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_die.exe_a64e2c7542736d65947d996e2ce5fb7d5b383d1_10b50642</Data>
>>  <Data />
>>  <Data>0</Data>
>>  <Data>008e52f9-3d97-11de-9bf6-0019b95c9ce7</Data>
>>  <Data>0</Data>
>>  </EventData>
>>  </Event>
>>
>> Thanks,
>> Davy
>> _______________________________________________
>> Users mailing list
>> [email protected]
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to