Failed to deploy WP 8.1 app to mobile

I am using MS Visual Studio 2013 Professional Edition with Update 3. When I try to show WP 8.1 on a mobile device, I get the following errors.

Error: DEP3100: An attempt to stop the application on target machine "127.0.0.1" failed. This can cause the deployment to fail. The network connection to the Visual Studio Remote Debugger is closed.

Error DEP2300: The deployment tool (TailoredDeploy.exe) could not be started on target machine '127.0.0.1'. The called object has disconnected from its clients.

I have a previously deployed app for this mobile device.

Why am I facing this error now?

+3


source to share


1 answer


I manually uninstalled the application. And when I tried to reinstall the app, an error occurred. But the solution was simpler than I thought. I restarted my phone after disconnecting it. Voila. Have worked. I installed the app again. Remote debugging of the application and the ability to deploy it to the device.



PS: But still I don't know why this error happened.

+4


source







All Articles