Hi,
I just finished building a component for SSIS 2012. When trying to run the new component in SSDT the validation fails with the error message:
[SSIS.Pipeline] Error: The component metadata for "MyComponentName, clsid {SomeNumber}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.
I am running a 64bit machine and the 64-bit Business Intelligence Edition.
I have copied the DLL file to the following folders:
C:\Program Files\Microsoft SQL Server\110\DTS\PipelineComponents
and
C:\Program Files (x86)\Microsoft SQL Server\110\DTS\PipelineComponents
I am trying to run the integration services package with the new component through SSDT.
Can anyone please help me with this?