Servers = new List<ServerItem>()
{
new ServerItem()
{
new ServerItem()
{
Name = "Example Name",
Lat = 22.28,
Long = 114.16,
DNS = "Example DNS",
Usage = 0.2,
AdminOnly = false
}
Unhandled Exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process at System.Net.HttpListener.AddAllPrefixes() at System.Net.HttpListener.Start() at server.Program.Main(String[] args) in C:\rotmg\svr-master\server\Program.cs:line 26

System.NullRefrenceException: Object Reference not set to an instance of an object. at server.account.purchaseCHarSlot.HandleRequest(HttpListenerContext context) in C:\rotmg_svr-master\server\account\purchaseCharSlot.cs:line 37 at server.Program.ProcessRequest(HttpListenerContext context) in C:\rotmg_svr-master\server\Program.cs:line 103