SDF 2.0 and OpenNETCF.Diagnostics.Process.Start

  • Thread starter Thread starter wendelborg
  • Start date Start date
W

wendelborg

We are currently using the Beta of the Smart Device Framework 2.0, and
need to launch an external program from our C# application.

In the older versions of SDF there was a method for starting processes
(OpenNETCF.Diagnostics.Process.Start), but we are unable to find it in
the new beta.

Could anyone tell me if it still exists in the SDF (in case, where), or
if .NETCF 2.0 or Windows Mobile 5.0 comes with similar functionality?


Best regards
Tommy Wendelborg
 
The Process class was removed because it's now built into the framework -
System.Diagnostics.Process

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top