Hello everyone,
I want to use System.ServiceProcess in a console based application -- other than Windows Service application. But when add statement like -- "using System.ServiceProcess", there is compile error like,
error CS0234: The type or namespace name 'ServiceProcess' does not exist in the namespace 'System' (are you missing an assembly reference?)
Does anyone know the root cause and how to solve it? :-)
thanks in advance,
George
George GeorgePosted Jun 19, 2008, 12:35 AM
Thanks Jan,
Question answered.
regards,
George
Jan MontanoPosted Jun 18, 2008, 11:20 PM
System = System.Data.dll
ServiceProcess = System.ServiceProcess.dll