Hi Have Some C#.net code I have to use this code for .net micro framework on Fez Cobra, The Problem is that System.Diagnostics.Process is not allowing me to use in .net micro framework below. Below is C#.net code, Actually I want to Execute a Console.exe from .net micro framework and it is giving some output from a device.
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
You’re trying to use the .Net framework call on a .Net Micro device?
Please try to explain what you want to achieve. Remember, a .Net Micro board sits running off a power supply, all alone, not plugged into a PC all day. It does anything you tell it, but it can’t talk to your PC…
May be it is because we don’t know exactly what you want to achieve. I was thinking that you wanted to have some information about the fez device, not about a computer connected to the device.
We REALLY need to understand what you’re trying to do to help you. If nothing else, you need to help us understand why you want the specific code construct, that does NOT apply to NETMF, in the NETMF portion of your project? It will never be possible to execute this on a NETMF device.