我正在尝试从浏览器外的Silverlight 4应用程序实例化到Communicator 2007的COM连接。我遵循了一些示例代码-其中一个(略有不同)示例是 -但当我运行以下行时,我得到了一个错误:错误是:
Failed to create an object instance for the specified ProgID.
contactObject in contactArray) sipUris[currentObject] = contactObject;}communicator.OnIMWindowCreated += new DMessengerEvents_OnIMWindowCreatedEventHandler(communicator_OnIMWindowCreated);
IMessengerAdvanced m