I was trying to make a PServer and I have ran into a problem then is pretty confusing to me. Basically I start the Server and WServer and the Server says this then it just crashes.
Error Code
Unhandled Exception: System.PlatformNotSupportedException: Operation is not supported on this platform.
at System.Net.HttpListener..ctor()
at server.Program.Main(String[] args) in C:\Users\chris\Desktop\Rotmg PServer\Zodiac Realms\server\Program.cs:line 61
Now the server was running for a day then I restarted the computer. I don't know if that is what caused the problem. Originally the problem was port 80 was being used by something in System 32 and I used Regedit to stop it from using port 80. Then I ran into this problem. I also checked the line 61 in Program.cs and it said Console.CancelKeyPress += (sender, e) => e.Cancel = true; .
Any help on this would be appreciated.
