Ajay
Ajay

Reputation: 6590

App deployment failed. Please try again.

I have developed windows phone app. I am getting following error when I run my app on device instead of emulator.

Error :

1>------ Build started: Project: Demo, Configuration: Debug Any CPU ------
1>  Begin application manifest generation
1>  No changes detected. Application manifest file is up to date
1>  Begin Xap packaging
1>  No changes detected. Xap package is up to date
2>------ Deploy started: Project: Demo, Configuration: Debug Any CPU ------
2>Deployment of application to device failed.
2>Error: App deployment failed. Please try again. 
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

I am not getting where is the issue. Can someone please help me?

Upvotes: 2

Views: 4416

Answers (3)

Krunal
Krunal

Reputation: 6490

Uninstall your app, and then deploy it works for me.

Upvotes: 2

halloweenlv
halloweenlv

Reputation: 488

Reboot Your Windows Phone.

Always works for me!

Upvotes: 12

Vicente Zambrano
Vicente Zambrano

Reputation: 152

The most common reason for this issue is about your Hard Disk, check if you have enough free storage space and try running a chkdsk.

Otherwise can be your Emulator Configuration.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj681694(v=vs.105).aspx#BKMK_boottovhd

Upvotes: 0

Related Questions