Starting a windows application from a windows service

I am trying to start a windows application from a windows Service using the below code

Process.Start(@"filename.exe");

In windows 7 I receive a popup that says, "A program running on this computer is trying to display a message"

10
задан Ghyath Serhal 9 December 2010 в 13:28
поделиться