firebellys
firebellys

Reputation: 906

Windows Phone 8.1 app won't run in Emulator

I am getting this error

Package could not be registered.

When I try to run my 8.1 Silverlight app in the emulator.

I have no errors in any of the event logs for AppxDeploy either.

This was a 7.1 app I upgraded to 8.0. Then upgraded to 8.1.

I am using Visual Studio 2013 (V12) Update 2 RC.

I will be active on this post and will return if more information is needed.

Upvotes: 5

Views: 3300

Answers (2)

Frank Kristiansen
Frank Kristiansen

Reputation: 56

Wrong Product ID and Publisher ID in the WMAppManifest.xml file for the project.

Use the ones found in your App and Account summary pages in Dev Center, and it should work fine.

Upvotes: 4

avneet723
avneet723

Reputation: 84

Have you updated the capabilities in the WMAppManifest.xml? You need to make sure that you update the namespaces in the existing manifest with the update namespace from Windows Phone 8.1 SDK.

Upvotes: 0

Related Questions