We have written an executable which can successfully use the MediaTracker API. However when it is run as a service we cannot successfully call CoCreateInstance() (we get an HRESULT of 0x80080005). The event viewer contains the following:
"The server {4DBF00CA-40E4-420F-A4E1-C02218E0F4BD} did not register with DCOM within the required timeout."
Is there anything we can do about this from our end? Is it possible to start the MediaTracker software in such a way that it registers the IMTApplication class?
Thank you!
- Joe