Link to home
Start Free TrialLog in
Avatar of tim_cs
tim_csFlag for United States of America

asked on

Office Communicator API error

I'm trying to create a windows app that will use the Office Communicator API.  So far there isn't much to my App.  I've added the reference to CommunicatorAPI and am trying to run the following code.  


CommunicatorAPI.Messenger communicator = new CommunicatorAPI.Messenger();

But getting the error message:  Retrieving the COM class factory for component with CLSID {8885370D-B33E-44B7-875D-28E403CF9270} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).

Haven't had any luck googling yet.
ASKER CERTIFIED SOLUTION
Avatar of tim_cs
tim_cs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial