|
A number of times now I have come across this error "Exception from HRESULT: 0xC0010009". It seems to happen when I change something up stream in the data flow. When this happens I can delete the task, but when I try to re-add the task I get:
The component could not be added to the Data Flow task. Verify that this component is properly installed. Component information:
Name: 'Error Description'
Class ID: 'Pestre.SqlServer.SSIS.DataFlowComponent.ErrorOutputDescription, ErrorOutputDescription, Version=2.0.0.0, Culture=neutral, PublicKeyToken=97ab4c916d7328ad'
File Name: 'ErrorOutputDescription'
File Version: '2.0.0.0' .
Could not initialize component for use in the designer.
Please verify that this component is properly installed.
My only option at this point is to scrap the entire package and start over. Very frustuating!! Has anybody else come across this?
|