SSIS 2008 task

May 29 2009 at 8:41 PM

Will you be creating this task for use in SSIS2008?  I ask because I cannot seem to get SSIS2008 team studio to recognize the component when I try to add it.

Feb 12 2010 at 8:23 PM

I have this working with VS2008 and SQL2008.

Make sure you have the components placed into the

C:\Program Files\Microsoft SQL Server\100\DTS\Tasks

folder and NOT

C:\Program Files\Microsoft SQL Server\90\DTS\Tasks

 

Don't know if its that simple for you or if you have recompiled the source code, watch the version numbering..... You need to change ALL of the version numbers or it wont work.

Feb 26 2010 at 6:49 PM
tf007 wrote:

I have this working with VS2008 and SQL2008.

Make sure you have the components placed into the

C:\Program Files\Microsoft SQL Server\100\DTS\Tasks

folder and NOT

C:\Program Files\Microsoft SQL Server\90\DTS\Tasks

 

Don't know if its that simple for you or if you have recompiled the source code, watch the version numbering..... You need to change ALL of the version numbers or it wont work.

Hi tf007,

What do you mean by "watch the version numbering..... You need to change ALL of the version numbers or it wont work.". I cannot register this component with VS2008 either. And I placed the components into C:\Program Files\Microsoft SQL Server\100\DTS\Tasks.

VS2005 is fine.

Thanks!

 

Sep 23 2011 at 11:37 AM

I have just downloaded this to see if it'll do the job for us. I can't get it to work in 2008 either. We have a slightly odd configuration though, so any help would be appreciated.

We have a 64 bit version of windows and the 32 bit version of VS2008.

Like the post above, I can get this to work in 2005, but I can't even see the object in 2008 to add into the toolbox. I registered it properly and it's in the 100 not the 90 folder.