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
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