Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Bill Fellows
I have not read the article about SSIS and mono but I did have an XP machine with .NET 3.5 installed on as well as a development edition of SQL Server 2005. I grabbed the latest versions of IP 1.1 and 2.0 from codeplex and created a simple SSIS package that had a single script task with a hello wo

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Carl Trachte
I had a look at the script. It is still running in a .Net 2.0 environment with IronPython 1.1. Since it is a production script and I do not own the environment, it will take me a bit to upgrade it to IronPython 2.0. In the meantime, I will put a disclaimer in the recipe. Michael, if you feel it

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Carl Trachte
Rob, I posted the original article in the cookbook. Sorry it has caused you some grief. At the time I was working with IronPython 1.1. Not sure if this had anything to do the problems you encountered. I did not test this on Mono and I apologize for the implicit suggestion that it would work th

Re: [IronPython] Two engines and clr.AddReference don't work together.

2009-02-05 Thread Orestis Markou
Thanks! Dino Viehland wrote: Yep, it's going to be back ported. I'd say 2.0.1 will probably be in 2-3 weeks. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Orestis Markou Sent: Thursday, February 05, 2009 4:29 AM To

Re: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-05 Thread Dino Viehland
Sorry, there's no additional documentation other than the comments. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Eyvind Axelsen Sent: Thursday, February 05, 2009 9:42 AM To: Discussion of IronPython Subject: Re: [Iron

Re: [IronPython] Two engines and clr.AddReference don't work together.

2009-02-05 Thread Dino Viehland
Yep, it's going to be back ported. I'd say 2.0.1 will probably be in 2-3 weeks. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Orestis Markou Sent: Thursday, February 05, 2009 4:29 AM To: Discussion of IronPython Subje

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
The C# code I have works when compiled and run on a windows machine. It does not work on the RHEL box under mono. So I was trying to see if mono was the issue. Trying to eliminate the mono question, I downloaded IP's latest version installed on my windows dev box and ran the script I listed in my

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
The C# code I have works when compiled and run on a windows machine. It does not work on the RHEL box under mono. So I was trying to see if mono was the issue. Trying to eliminate the mono question, I downloaded IP's latest version installed on my windows dev box and ran the script I listed in my

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Bill Fellows
Far from an expert here, but could you be missing an assembly? I have a C# app that builds SSIS packages programatically and I have references to Microsoft.SqlServer.DTSPipelineWrap Microsoft.SqlServer.DTSRuntimeWrap Microsoft.SqlServer.ManagedDTS /bill __

Re: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-05 Thread Eyvind Axelsen
Dino, Thank you for responding! Getting hold of an arbitrary ClassDefinition (and then modifying it slightly) is what I'm trying to do, so I will try your suggestions. I suppose you don't have any (informal) documentation for the parser/compiler? Eyvind. -Opprinnelig melding- Fra: use

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
Rob Weiss wrote: > > Cross posted on Mono Group as well... > > After reading up on how to run ssis packages on mono, I came across a how > to using IronPython. > > Running it, I got this: > > ** (C:\PROGRA~2\Mono-2.2\lib\IPCE\ipy\ipy.exe:4420): WARNING **: > string/stringbu > ilder marshalli

[IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
Cross posted on Mono Group as well... After reading up on how to run ssis packages on mono, I came across a how to using IronPython. Running it, I got this: ** (C:\PROGRA~2\Mono-2.2\lib\IPCE\ipy\ipy.exe:4420): WARNING **: string/stringbu ilder marshalling conversion 29 not implemented Traceback

Re: [IronPython] Two engines and clr.AddReference don't work together.

2009-02-05 Thread Orestis Markou
Hi Dino, is this going to be backported to 2.0.x? If so, when should we expect a release? We have a workaround right now, but to maintain API compatibility we probably have to monkeypatch clr.AddReference which is a nasty hack and we'd rather not do it :) Regards, Orestis Markou Resolver S