0xC0048021
Last changed: Adrian_Kuhnle

.

The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "%1!s!". The component is missing, not registered, not upgradeable, missing needed interfaces and can not be instantiated on this computer so the contact information for the component is displayed.

Constant DTS_E_ERRORCOMPONENT
HRESULT 0xC0048021
Error -1073446879
Code 32801
Facility Pipeline (DTS_FACILITY_PIPELINE)
Severity Error (DTS_SEVERITY_ERROR)

Community Notes

In my case the problem could be solved by overriding the PerformUpgrade method of the PipelineComponent interface and updating the Version attribute of the component meta data and the UserComponentTypeName property, regardless of the fact that they had not changed.

PipelineErrorCodes