Rab
Rab

Reputation: 159

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

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?

Upvotes: 1

Views: 2565

Answers (1)

Artemination
Artemination

Reputation: 723

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

Upvotes: 0

Related Questions