Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy UWP App Project In VS2015

In visual studio 2015 I created an UWP (Universal Windows Platform) app, and try to debug and run it in Windows 10 Mobile 5" emulator. But it shows me this error :

the project app1 needs to be deployed before it can be started. verify the project is selected to be deployed the solution configuration manager, or deploy it explicitly by clinking one of the deploy commands in the build menu.

What is deploy? And how I can deploy my project !?

Thanks !

Here is the error image:

enter image description here

like image 444
Mamad Avatar asked Oct 21 '15 15:10

Mamad


People also ask

What can be used to deploy UWP apps?

Microsoft Visual Studio allows you to deploy and debug your Universal Windows Platform (UWP) apps on a variety of Windows 10 devices.

Is Microsoft discontinuing UWP?

Microsoft continues to baby-step around the obvious, but it has officially deprecated the Universal Windows Platform (UWP) as it pushes the desktop-focused Windows App SDK (formerly called Project Reunion) and WinUI 3 as the future of Windows application development.

Is UWP faster than WPF?

WPF is another UI framework, and UWP uses many concepts that you find in WPF, like XAML, data binding, styles etc. That means that a WPF developer gets up to speed with UWP quite fast, and vice versa. But WPF is not a UI framework that C++ developers can use, for WPF you have to develop with .


2 Answers

Right click on the Solution in Solution Explorer -> Configuration manager... Check the box in Deploy column in front of you Windows Phone Project

like image 186
foxanna Avatar answered Oct 20 '22 01:10

foxanna


Change Debug x86, set Debug Any CPU and then right click on your UWP Project and select Deploy (third option, under Rebuild)

like image 30
Moises Alexander Salazar Vila Avatar answered Oct 20 '22 01:10

Moises Alexander Salazar Vila