System.Diagnostics中找不到进程类?(System.dll中???)

App*_*ker 0 .net c# compiler-construction linker compiler-errors

我使用的是.NET Framework 3.5,我已经引用了所有的程序集,我已经仔细检查了所有内容,但仍然存在这种恼人的错误

 CS0234: The type or namespace name 'Process' does not exist in the namespace               
 'System.Diagnostics' (are you missing an assembly reference?) (CS0234) (Proj1)
Run Code Online (Sandbox Code Playgroud)

根据MSDN和其他各种来源,Process类绝对位于System.Diagnostics命名空间中的System.dll中.那么世界上的问题是什么?

Ada*_*SFT 5

确保您引用了正确的System.Dll.版本应大致为v2.0.50727