Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Custom Destination Component not showing in dtsx package

$
0
0

Hi All, I am trying to create a custom xml destination component by using this as a reference xml destination.Below are the steps I used for deploying

1)Build the class library(target framework 4.0)

2)Sign the assembly using strong name

 [DtsPipelineComponentAttribute(DisplayName = "XML Destination",
            ComponentType = ComponentType.DestinationAdapter,
            UITypeName = "Microsoft.SqlServer.Dts.XmlDestSample.XmlDestinationSampleUI, xmldest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=here I add the public token key")]

3)Install in GAC using gacutil \i "dll full path"

4) Copy the xml.dll in the following paths C:\Program Files (x86)\Microsoft SQL Server\110\DTS\PipelineComponents\xmldest.dll && C:\Program Files\Microsoft SQL Server\110\DTS\PipelineComponents\xmldest.dll

After this I open SSIS package and refresh the toolbox, but the custom xmldestination component is not showing in the toolbox.

Can someone please help me to identify  why its not showing in the toolbox?

Environment:

VS2010

.netframework 4.0

MS Windows 10 pro


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>