netBEUI
08-19-2003, 08:21 PM
I'm trying to use the following:
System.Diagnostics.Process.Start("\\Path\\To\\My\\Program\\blah.exe");
but I get this error when I try to build:
The type or namespace name 'Process' does not exist in the class or namespace 'System.Diagnostics' (are you missing an assembly reference?)
Any idea what I'm doing wrong? Should I be doing this differently? This app is intended to run on a PocketPC, I'm using Visual C# .NET 2003 to create it.
System.Diagnostics.Process.Start("\\Path\\To\\My\\Program\\blah.exe");
but I get this error when I try to build:
The type or namespace name 'Process' does not exist in the class or namespace 'System.Diagnostics' (are you missing an assembly reference?)
Any idea what I'm doing wrong? Should I be doing this differently? This app is intended to run on a PocketPC, I'm using Visual C# .NET 2003 to create it.