Wednesday, December 23, 2009

The type or namespace name 'Process' could not be found (are you missing a using directive or an assembly reference?)

Yes, the using directive is missing!

using System.Diagnostics;

Should solve the problem

No comments:

Post a Comment