I have written an application in C# that writes to an accounting system via a DCOM object (name of the object is Toolkit Object). When this application is hosted as Windows Service in Windows 2003 the service is unable to open the DCOM object although the user identity under which the service is running has all the necessary access rights.
When I host the same application using a console app it works fine.
I have tried tweaking the access rights to the DCOM object through DCOMCNFG but nothing seems to work. Any ideas how to solve this issue?
Thanks