Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property

2008-12-05 Thread Rodney Howeedy
: Friday, December 05, 2008 3:11 PM To: users@lists.ironpython.com Subject: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property Hi everyone, I encounter an error with 2.0 RC2 that didn't occur in the same IronPython code on 2.0 Beta 3. I use a factory object from

Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property

2008-12-05 Thread Dino Viehland
: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property I found that one and tried before. I didn't have any luck: mytestRun.Field.Item['RN_USER_01'] = 'abc' Traceback (most recent call last): File stdin, line 1, in module SystemError: Object reference not set

Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property

2008-12-05 Thread Rodney Howeedy
: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property I found that one and tried before. I didn't have any luck: mytestRun.Field.Item['RN_USER_01'] = 'abc' Traceback (most recent call last): File stdin, line 1, in module SystemError: Object reference not set

Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property

2008-12-05 Thread Dino Viehland
for you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodney Howeedy Sent: Friday, December 05, 2008 3:35 PM To: Discussion of IronPython Subject: Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property Stack trace

Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property

2008-12-05 Thread Rodney Howeedy
:[EMAIL PROTECTED] On Behalf Of Rodney Howeedy Sent: Friday, December 05, 2008 3:35 PM To: Discussion of IronPython Subject: Re: [IronPython] 'DispPropertyGet' error returned from read-write COM interop property Stack trace for the statement that raises the SytemError: mytestRun.Field.Item