We've got a Windows Phone Silverlight 8.1 project which we need to debug on a Windows 10 mobile device. When we attempt to deploy to the device we get the following errors:
'Install failed. Please contact your software vendor'
and then a popup message:
'A specified communication resource is already in use by another application'
We've tried:
The app deploys and runs fine on Windows Phone 8.1, and to the emulators running Windows Phone 8.1 & 10.
We only get the problem deploying to a physical device.
edit: Actually, after installing more emulators, the app in fact does not run on some Windows 10 mobile emulators.
The app runs fine on: Emulator 10.0.1.0 720p 5 inch 1GB
but does not run on: Mobile Emulator 10.0.10586.0 QHD 5.2 inch 3GB
If anyone else is having an issue with deploying to Windows 10 mobile, check your Version number in the WMAppManifest.
Our project version numbers are set by our build server, which means we just had 0.0.0.0 in the project itself.
This is fine on Windows Phone 8, but on Windows 10 Mobile... nope, won't deploy!