Hi Guys,
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 ID '{30E5DOEF-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)).
I’m getting this error when I open SSIS 2008 solution. I have 4 packages opened previously and I haven’t closed these pckgs before closing the solution and hence when I open the solution next time, it automatically loads these 4 packages (which takes about 10 minutes) and then it gives the below error (7 times). When I looked up for this error, people are talking about registering the dlls, but I’m afraid looks like there is something that I have broken in my local environment? L
After closing this pop up, when I try to close the pckgs, it simply hangs. I have installed SP2 for SQL 2008 R2 and did not come across any hotfix for this. Any help if you have come across this error before?
I’m keeping uninstall bids 2008R2 and reinstall as the last resort.