Using new OpenNETCF Process.Kill()

  • Thread starter Thread starter emars
  • Start date Start date
E

emars

Greetings, I am using both the OpenNETCF.dll (as a reference) and the
revised Process.cs code (needed for the updated Kill code) in
aproject.
Whenever I build my project I get errors because the
OpenNETCF.Diagnostics.Process method is defined in multiple places.
The build is using the correct Process (from the Process.cs file) but I
would like to do away with this error to clean up deployment.
is anyone aware of a solution?
Thank you
 
Probably the easiest workaround in this scenario is to change the name of
your updated process class or namespace to differentiate it from the one in
your existing OpenNETCF.dll reference.

Peter
 
Back
Top