Reputation: 130
I have developed two Windows Phone applications and would like to deploy them on a physical device for a demo. I can deploy and run each of them separately on a physical device, but I cannot deploy both of applications at the same time. Are there any restrictions on number of applications deployed?
Observable behaviour:
More information:
Has someone encountered similar issues?
Upvotes: 1
Views: 240
Reputation: 16319
Ensure that the value for the ProductId
attribute in the App
element of the WMAppManifest.xml file is different in each application. You can generate a new GUID from the Tools menu in Visual Studio if necessary.
Upvotes: 3