Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project deployment stuck at Registering the application to run from layout

I have created a Windows Store 8.1 app and I'm trying to deploy on the local machine. The project builds correctly, but it is not deployed. Visual Studio 2013 looks like it is working but on the Output window I see following lines, and the deployments gets stuck there:

1>Creating a new clean layout...
1>Copying files: Total <1 mb to layout...
1>Registering the application to run from layout...

It doesn't show any errors.

I have tried by rebuilding the project and restarting VS, but I'm still not able to deploy the project.

Any ideas?

like image 368
anderZubi Avatar asked Mar 06 '14 16:03

anderZubi


2 Answers

Renew your developer's license, then restart the computer.

Steps

  1. Open any Windows Store apps project and go to the "Project" menu.
  2. Select Store > "Acquire Developer License..."
  3. In the Window, click "I Agree" (after reading all of the terms, conditions, and privacy statement, right?)
  4. Sign in with your developer account.
  5. If everything works, your developer license should be renewed.
  6. Restart your computer.
like image 67
Nate Diamond Avatar answered Nov 09 '22 22:11

Nate Diamond


Windows 10, VS 2013, VS 2015:

1.) Restart your computer
2.) check that under settings/update&security/for developer/'Developer mode' is enabled
3.) open elevated powershell (as administrator)
4.) enter: Get-WindowsDeveloperLicense
5.) enter: shutdown /r /t 0 (this will reboot your computer) and wait
6.) start VS, create a new project, built and run on local machine

also you might want to take a look at this link at MSDN

like image 40
A.J.Bauer Avatar answered Nov 09 '22 21:11

A.J.Bauer