OpenNETCF problem: ProcessStartInfo

  • Thread starter Thread starter Balint Toth
  • Start date Start date
B

Balint Toth

Hi,

I run the following code:

ProcessStartInfo pr=new ProcessStartInfo(@"\Storage\windows\Start
Menu\Accessories\myapp.exe");

Process.Start(pr);


But it return with System.TypeLoadException. Of course
using OpenNETCF.Diagnostics;

is added.

What can be the problem? Please help me!

Thanks in advance,

Bálint Tóth
 
If I try simply

Process.Start(@"\Windows\wmplayer.exe","mywav.wav");

it throws a System.MissingMethodException on my SPV E200, but works on the
emulator.

What can be the problem?
 
The current version will fail with a GAC installed SDF too. I just made a
fix, but haven't released it yet (as I've got a lot of fixes to roll out).
 
Back
Top