[Mono-dev] Problem trying to start up a WinForms app with Process
Miguel de Icaza
miguel at novell.com
Thu Feb 1 15:19:19 EST 2007
Hey,
> I'm trying to start a WinForms app (external one) on Mono/SUSE using Process
> object. It always fails. It can't start the process. Could it be failing due
> to environment variables not correctly passed?
Are you trying to call an app just with the extension?
demo.exe
If so, you need to call it like this:
mono demo.exe
Or even better, provide a script around it (like most Mono apps do), so
you can call:
demo
Miguel
More information about the Mono-devel-list
mailing list