Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100'

1

whenever i opend my ssis package giving error message

Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{30E5D0EF-E33D-4945-8A7F-F5178FC64C24}' failed due to the following error: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD)). (Microsoft Visual Studio)

enter image description here

found one solution from google

Open the command prompt

Navigate to C:\Program Files\Microsoft SQL Server\100\DTS\Binn

Run C:\Program Files\Microsoft SQL Server\100\DTS\Binn>regsvr32 dts.dll

i already try this solution but not work for me got error message like not compatible for 32 or 64 bit version do you guys have any idea?

sql-server
ssis
asked on Stack Overflow Dec 21, 2017 by Rab

1 Answer

0

Found a Workaround: Just Generate a New ID for the package and Rebuild!

answered on Stack Overflow Jun 19, 2019 by Artemination • edited Jun 19, 2019 by Artemination

User contributions licensed under CC BY-SA 3.0