I updated the spring to the latest version and started to have an error in the integration of customer contacts, so I analyzed the problem should be in dependency, error:
Can not bind COM object of type 'System .__ ComObject' to Interop.CrmBE900.CrmBELinhaContactoEntidade 'interface type. It is operation failed because the QueryInterface call on the COM component to the interface with the IID '{26A25BB5-A85E-47FF-B604-A87C9E7CB9D5}' failed with the following error: This interface is not supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
I have already imported all the dlls and compiled, but continue with this problem in the integration of contacts. The error is thrown when I instantiate the linecontact:
LinhaContacto = new Interop.CrmBE900.CrmBELinhaContactoEntidade();
Dlls I'm referencing in the whole project:
Interop.CrmBE900
Interop.ErpBS900
Interop.ErpDS900
Interop.GcpBE900
Interop.ICrmBS900
Interop.IGcpBS900
Interop.IStpBS900
Interop.StdBE900
Interop.StdBSSql900
Interop.StdDS900
Interop.StpBE900
Interop.StdBE900
Missing me some dll?