SSIS loading and executing Package: Retrieving the COM class facto -
08-11-2006
, 04:14 AM
Hello,
we have a Dataflow with a custom pipeline component, which references a
COM-dll. The dll of the custom pipeline component and the
interop-dll of the COM-dll are installed properly in ...windows/assembly and
..../DTS/PipelineComponents. The COM-dll is registrated.
In SSIS-Designer the package executes without an error. When I load this
package in my windows-application and execute it, I get the
following System.Runtime.InteropServices.COMException at creation time of
the COM-Class: "Retrieving the COM class factory for component with CLSID
{EF595D98-C629-4E98-B640-2EB6B5993C91} failed due
to the following error: 80080008."
XP-Professional (SP 2), VS 2005, SSIS Dev.-Edition are installed.
Would be very happy for any comment!
Best regards
Ralf Hedler |