Reply to thread

I copied the swagger files, and now I get the same error as previously:

[code][INFO ] - AspNetServerService: WebApplication 'TestWebApp' (URL 'http://*:5001/') started.

[WARN ] - AspNetServerService: Cannot start WebApplication 'MP2Extended' (URL 'http://*:4322/MPExtended/').

Microsoft.Net.Http.Server.WebListenerException (0x80004005): The process cannot access the file because it is being used by another process

   at Microsoft.Net.Http.Server.UrlPrefixCollection.RegisterPrefix(String uriPrefix, Int32 contextId)

   at Microsoft.Net.Http.Server.UrlPrefixCollection.RegisterAllPrefixes()

   at Microsoft.Net.Http.Server.WebListener.Start()

   at Microsoft.AspNet.Server.WebListener.MessagePump.Start[TContext](IHttpApplication`1 application)

   at Microsoft.AspNet.Hosting.Internal.WebApplication.Start()

   at MediaPortal.Plugins.AspNetServer.AspNetServerService.StartWebApplication(WebApplicationParameter webApplicationParameter)[/code]


Top Bottom