简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM