Windows IP over USB for Phone development

It is a Windows Service that you find in Control Panel...Services window. It is needed to be running if you are developing for Windows Phone.

It enables communication between the Windows SDK and a Windows Device. If the service is stopped, application deployment and debugging will fail on the device.

If it is not started, you should start it from the Control Panel. When it is running you should see the process in the Windows Task Manager.


You can start and stop the service in the above Services screen in Windows.

If you are using Windows PowerShell, you can start and stop this service using PowerShell as shown:

You need to use the service name- IpOverUsbSvc

Comments

Popular posts from this blog

Event Code: UI design with XAML in Visual Studio 2017 - 2

Deploying a Universal Windows Project to Lumia 950

UWP: Displaying formatted text in a TextBox Control