rick

rick

  • NA
  • 5
  • 0

app not showing up when call in webservice with process.start("calc.exe");

Aug 19 2005 10:21 AM

All,

Built a webservice that calls calc.exe using process.start("calc.exe"); The app shows in task manager but the calculater screen doesn't pop open. Why is that?
Is there a property that I need within the Process object?
Its my understanding that we can't use Shell commands in C#, can I use the old Com namespace?

I just proved it works fine in a windows application,  why doesn't it work in a webservice?


Answers (1)