Visual Studio and WP8 Emulator Error – A specified communication resource (port) is already in use by another application.

Are you getting this error when trying to run a Windows Phone 8 application in the emulator?

—————————

Microsoft Visual Studio

—————————

A specified communication resource (port) is already in use by another application.
—————————
OK
————————— 

Visual Studio and WP8 Emulator Error - A specified communication resource (port) is already in use by another application.

Visual Studio and WP8 Emulator Error – A specified communication resource (port) is already in use by another application.

I was getting the above error few times back specially when giving presentation. I was spending lot of time identifying the exact cause of the error but ended by knowing that’s a simple one 🙂

The above error was caused because I was trying to run an application on a Windows Phone Emulator from Visual Studio 2012 and there was already another application (in different instance of visual studio) using the same emulator. I stopped the debug of the other application and all was fine. 🙂

    1 Comment

  1. Jeremy Sinclair
    August 14, 2013
    Reply

    I hate when this happens. I’m normally testing multiple apps at once and it’s hard to notice with lots of icons on the taskbar covering it up 🙂

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you will learn about sync provider notifications in Windows 11 and how to disable or enable it...
In this tutorial, let’s learn how to enable or disable the startup sound in Windows 11. By default, when Windows...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...