I am trying to create a process in a Windows Phone 7 project. So I have a line:
Process process;
However, Visual Studio can’t find the assembly for Process. I have included using System.Diagnostics, but the namespace doesn’t have Process. I suspect this class is not supported on phone 7……
You can’t launch or control other processes from your Windows Phone 7 application.