c# - Where is Process on Phone 7? -


i trying create process in windows phone 7 project. have line:

process process; 

however, visual studio can't find assembly process. have included using system.diagnostics, namespace doesn't have process. suspect class not supported on phone 7......

you can't launch or control other processes windows phone 7 application.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -