Guest User

Untitled

a guest
Jan 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:9999/. Another application has already registered this URL with HTTP.SYS. ---> System.Net.HttpListenerException: Failed to listen on prefix 'http://+:9999/' because it conflicts with an existing registration on the machine.
  2. at System.Net.HttpListener.AddAllPrefixes()
  3. at System.Net.HttpListener.Start()
  4. at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
  5. --- End of inner exception stack trace ---
  6. at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
  7. at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result)
  8. at System.Web.Http.SelfHost.HttpSelfHostServer.OpenListenerComplete(IAsyncResult result)
Add Comment
Please, Sign In to add comment