AddressAlreadyInUseException when running azure project locally

Since I restarted my computer yesterday, I am unable to start any of my cloud cloud projects due to this error: -

System.ServiceModel.AddressAlreadyInUseException: Cannot listen to pipe name 'net.pipe: // localhost / dfService /' because another endpoint pipe is already listening on this name. ---> System.IO.PipeException: Cannot listen on pipe name 'net.pipe: // localhost / dfService /' because another pipe endpoint is already listening on this name.

I checked the ports of the project and there weren't any standard ports that shouldn't have been and wouldn't be in conflict.

On the last try, I formatted my machine as I didn't have much anyway and even with a clean install of VS2013, Azure SDK 2.6 and Windows 8.1. I am still getting the same error.

Does anyone have similar issues or can suggest direction for me?

Thanks in advance.

+3


source to share


1 answer


This helped me turn off the Computing and Storage Emulator, close the Azure Simulation Monitor ( csmonitor.exe

systray application) and manually start the Azure Emulator as administrator . Also, if it started Emulator Express and you want a full emulator (I expect, since this error didn't show up with Express for me), just stop it and start Full Emulator with the systray icon.



Just don't let Visual Studio start it automatically. I don't know what the real cause of this error was, but this resolved it for me.

+1


source







All Articles