The project "AppUIBasics" needs to be deployed before it can be started

0

I am a newbie to UWP and want to run a sample in the development environment. I don't want to deploy yet.

I cloned https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlUIBasics

I built the project with 1 warning and now errors.

The warning was

0xdef00520 - Invalid qualifier: SCALE-100-WHITE 

When I try to run it I get an error stating that the project needs to be deployed. Verify the project is selected to be deployed in the Solution Configuration Manager, or deploy it explicitly by clicking one of the Deploy commands in the Build Menu.

The project needs to be deployed

I also see the following error in the error list

Error DEP0001: Unexpected Error: SmartDeviceException - 
The IP over USB Transport service (IpOverUsbSvc) is not available. 
Retry after installing the IP over USB Transport service
(Windows IP Over USB) through the Windows SDK installer. [0x80131500]   AppUIBasics         

I am not sure if this is relevant but I see the references icons indicate they are in Azure devops ( in my experience )

references

In the Project Properties Application Tab I see the Target version is Build 17134 which is also the min version

I tried going into the Configuration Manager from the Build Menu and set Deploy unchecked.

deploy is not checked

uwp
asked on Stack Overflow Oct 19, 2018 by Kirsten Greed • edited Oct 19, 2018 by Kirsten Greed

1 Answer

0

I was able to get it running by selecting x86 and Local Machine in the toolbar. as shown

answered on Stack Overflow Oct 19, 2018 by Kirsten Greed

User contributions licensed under CC BY-SA 3.0