adding custom SSIS transformation to visual studio toolbox fails
Posted
by ryangaraygay
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by ryangaraygay
Published on Sat, 17 Apr 2010 02:40:00 GMT
Indexed on
2010/04/17
2:53 UTC
Read the original article
Hit count: 379
Just very recently I encountered an issue in deploying a custom SSIS component assembly which turns out to be a relative "no-brainer" error if only the clues were more straightforward. Basically after deploying the assembly I could not find my component listed in the "SSIS Data Flow Items" tab list.
It turns out that the assembly containing the component just had missing or referenced the incorrect assemblies.
I have outlined the steps I took that guided me on the right direction on this blog post of mine : adding custom SSIS transformation to visual studio toolbox fails
© ASP.net Weblogs or respective owner