How to import the System.ServiceProcess namespace into a WPF project? Not displayed in CodeSense

Guys, how can I import the System.ServiceProcess namespace into a WPF project in VB.net (and not C #)? The ServiceController object is not in the VS2008 toolbar and does not see to understand this. Any ideas? If this particular namespace cannot be imported into WPF projects, can anyone suggest a different way to manage Windows services from a WPF application? I know that this structure is more focused on multimedia applications, but I would really like to switch some of my tools to WPF.

Thanks in advance!

+3
source share
2 answers

System.ServiceProcess.dll.

, C:\Program Files\Reference Assemblies\Microsoft\Framework. ; . C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 .

+6

, , XAML.

DLL, , - , , 3.5.

+1

Source: https://habr.com/ru/post/1704183/


All Articles