I have one windows phone 8.1 project and I am trying to deploy it from VS 2015 Community Update 3 to my phone device ( Lumia 920), but from today it is not possible. Deploying (debug, release ) always ends with an error
Connecting to Device... Installing the application... Deployment of application to device failed. Install failed. Please contact your software vendor.
It is very strange, but this project was already deployed to this phone many times, but now it is not installed in the device. When I change 'package name' in package.appxmanifest then it works, but it is not acceptable solution for me because my application is already in the store. Also I tried this with another my application and there everything is ok. So VS looks ok. I also tried to build application with old source files where everything was surely ok and now it ends with the same error, so I think it has nothing common with my latest changes. I already tried: - rebuild solution, manually clean build directories, restart VS, restart device... Do you have any solution for this problem?
Thank you.