Error with SQL 2005 | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Error with SQL 2005

Unable to cast COM object 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 with IID ‘{8BDFE892-E9D8-4D23-9739-DA807BCDC2AC}’ failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)). (Microsoft.SqlServer.ManagedDTS) AKTHAR
seems your dll’s didn’t register properly on the installation.
reinstaling ssms should do the trick _______________________________________________
Causing trouble since 1980
blog:http://weblogs.sqlteam.com/mladenp
Have you tried :
#
Navigate to C:program FilesMicrosoft SQL Server90DTSBinn & Run C:program FilesMicrosoft SQL Server90DTSBinn>regsvr32 dts.dll Satya SKJ
Microsoft SQL Server MVP
Writer, Contributing Editor & Moderator
http://www.SQL-Server-Performance.Com
This posting is provided AS IS with no rights for the sake of knowledge sharing. Knowledge is of two kinds. We know a subject ourselves or we know where we can find information on it.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=436278&SiteID=1
MohammedU.
Microsoft SQL Server MVP
Moderator
SQL-Server-Performance.com All postings are provided “AS IS” with no warranties for accuracy.

[<img src=’/community/emoticons/emotion-5.gif’ alt=’;)‘ />] .. what I’ve suggested…and I believe this was corrected with SP2.<br /><br /><b>Satya SKJ</b><br />Microsoft SQL Server MVP<br />Writer, Contributing Editor & Moderator<br /<a target="_blank" href=http://www.SQL-Server-Performance.Com>http://www.SQL-Server-Performance.Com</a><br /><center><font color="teal"><font size="1">This posting is provided AS IS with no rights for the sake of <i>knowledge sharing. <hr noshade size="1">Knowledge is of two kinds. We know a subject ourselves or we know where we can find information on it.</i></font id="size1"></font id="teal"></center>
Thanks guys AKTHAR
Hi Akhtar, Is it solved? If so,would you share the resolution.
This may help others too. Regards Hemantgiri S. Goswami
MS SQL Server MVP
————————-
"Humans don’t have Caliber to PASS TIME , Time it self Pass or Fail Humans" – by Hemantgiri S. Goswami http://hemantgirisgoswami.blogspot.com
hi guys, yes solved, i register the dll and this solves the error Thanks again all. AKTHAR
Thank you very much, registering dts.dll solved the exact same error for me, too. Keep up the good work.

]]>