SSIS Runtime Object could not be created error:
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.
May 30th, 2006 4:36pm

I'm moving this thread to the SSIS forum in the hopes that someone there will help you. Paul
Free Windows Admin Tool Kit Click here and download it now
May 31st, 2006 2:29am

This is a problem with SQL setup, you may need to reinstall the product.You may try to just register 'dts.dll' using regsvr32.exe, but this error may indicate a bigger problem with setup.
May 31st, 2006 8:41am

I had the exact same issue as swtjen01 and I did the regsvr32 on dts.dll and it fixed the problem. This only occurred after I installed SP1.
Free Windows Admin Tool Kit Click here and download it now
June 6th, 2006 4:44pm

Hi, I had the same problem, and re-registering the "dts.dll" worked for me. thanks
June 4th, 2007 8:06pm

Hi, It solved my problem, too. Thanks, Zoli
Free Windows Admin Tool Kit Click here and download it now
September 26th, 2007 5:17pm

Register worked for me too! DLL can be found here: C:\Program Files\Microsoft SQL Server\90\DTS\Binn
May 7th, 2008 6:56pm

thanks , this works for me, too
Free Windows Admin Tool Kit Click here and download it now
August 21st, 2008 11:34am

I try to do it on my Server, but it can't work. Why????Run C:\Program Files\Microsoft SQL Server\90\DTS\Binn>regsvr32 dts.dll
September 19th, 2008 11:05am

If you are running SQL Server 64bit then try running this at the command prompt:%windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\dts.dll" If registering the DLL's doesn't fix it and I've found that sometimes it doesn't, then reinstall which ever SQL service pack is currently on the server and only select Integration Services and Client Components.
Free Windows Admin Tool Kit Click here and download it now
February 19th, 2009 9:58pm

yes. re-registering the dts.dll worked for me as well !!!
May 11th, 2011 6:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics