Search code examples
windowswindows-7comwindows-services

Windows Service running as Local System unable to launch Com Server as Interactive User


I have service (written in c# 4) running as the Local System user that needs to communicate with a COM Server (written in ATL) that is configured to run as the interactive user. This COM Server then launches a GUI application.

This works on my development machine but fails on our test environment and other developers' machine. On these machines it appears that the COM Server is not being activated at all.

Any help will be much appreciated


Solution

  • The problem was a permission issue. On some of the machines the users did not have launch and activation permissions.