tungnt185
tungnt185

Reputation: 51

Cannot debug Windows Phone app after install Visual Studio 2014 CTP

I've have a strange error with Windows Phone Emulator. Last time I used Visual Studio 2013 and everything worked fine.

Recently I try Visual Studio 2014 CTP parallel with VS2013 but now I cannot debug Windows Phone app with Emulator from VS2013.

The app deploy successful and I can run it from Emulator but when I hit F5 VS always show:

"The application could not be launched for debugging. Ensure that the target device screen is unlocked and that the application is installed."

I've removed all Visual Studio 2014 CTP and Emulator 14 but it's not effect.

Could anyone here have similar error? Please show me what problems is?

Thanks in advance.

Upvotes: 0

Views: 698

Answers (1)

RashmiA-MSFT
RashmiA-MSFT

Reputation: 276

The only time I have seen this error was when the app is already installed on device\Emulator, I had to remove the app , then hit F5 to work.

Upvotes: 1

Related Questions