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:
- Open first project in VS, Rebuild, Select "Windows Phone 7 Device", Deploy.
- Application appears in the phone. Fully functional.
- Open second project in VS, Rebuild, Select "Windows Phone 7 Device", Deploy.
- During the deploy process the first application disappears and the second one appears in a few seconds.
- Second application is fully functional.
More information:
- applications are developed and deployed through VS2010 Ultimate SP1;
- physical device: Samsung Omnia 7;
- phone is unlocked;
- applications have different names (xap file name and title);
- ProjectGuids are different in csproj files.
Has someone encountered similar issues?