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
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
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
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
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
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
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
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
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
__
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
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
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
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
13 matches
Mail list logo