I am using SQL Server 2005 Version 9.00.1399.06 (Intel X86).
Whether I try to start a new Integration Services project in Visual Studio or try to import data into a database I receive the following error:
SSIS Runtime Object could not be created. Verify the DTS.dll is available and registered. The wizard can not continue and will terminate.
Unable to cast COM of type 'Microsoft.SqlServer.DTS.Runtime.Wrapper.PackageNeutralClass' to interface type
'Microsoft .SqlServer.DTS.Runtime.Wrapper.IDTSContainer90'
This operation failed because the QueryInterface call on the COM component for the interface failed due to the following error: Library not registered. (Exception from HRESULT: 0X80028010) (TYPE_E_LIBNOTREGISTERED)).
I have no idea why I am getting this error and would appreciate any help. I'm sure some of you SQL Server Gurus will know right away.

SSIS Runtime Object could not be created error:
R Hearn
Hi,
It solved my problem, too.
Thanks,
Zoli
Subrajit
I'm moving this thread to the SSIS forum in the hopes that someone there will help you.
Paul
khaley
JoelAraujo
You may try to just register 'dts.dll' using regsvr32.exe, but this error may indicate a bigger problem with setup.
gharryh
Hi,
I had the same problem, and re-registering the "dts.dll" worked for me.
thanks