Please help, trying 2 diff sources, can't get either to work fully.
Posts 1–6 of 6 · Page 1 of 1
Please help, trying 2 diff sources, can't get either to work fully.
If you're available to help, please, contact me on Skype. My username is xxageoflightxx, just include mpgh something in the friend request.
If you can help, thanks a ton!
In the first source, I got so many errors I won't even list here, however...
Using the second source, the only error I got when bringing up the server was an httplistener error, and 'server.exe' would crash. wserver seemed to be fine. It seemed to originate in this line(below), so I looked up the problem with httplistener (error msg) and found that adding port 80 as a prefix would fix the problem. The error was:
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 ...\server\Program.cs:line 23
{
listener = new HttpListener();
listener.Prefixes.Add("http://" + port + "/");
listener.Start(); ///<---- Line 23///
The problem is probably obvious, but I know very little of what I'm dealing with, and would appreciate any help anyone can spare on the matter. Thanks all, -7h
Originally Posted by 7h3b055
If you're available to help, please, contact me on Skype. My username is xxageoflightxx, just include mpgh something in the friend request.
If you can help, thanks a ton!
In the first source, I got so many errors I won't even list here, however...
Using the second source, the only error I got when bringing up the server was an httplistener error, and 'server.exe' would crash. wserver seemed to be fine. It seemed to originate in this line(below), so I looked up the problem with httplistener (error msg) and found that adding port 80 as a prefix would fix the problem. The error was:
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 ...\server\Program.cs:line 23
{
listener = new HttpListener();
listener.Prefixes.Add("http://" + port + "/");
listener.Start(); ///<---- Line 23///
The problem is probably obvious, but I know very little of what I'm dealing with, and would appreciate any help anyone can spare on the matter. Thanks all, -7h
Run as admin and/or fix your skype
Yeah in skype just disable the port 80.
How to do:
1. Click Skype in the top left hand corner of the skype menu
2. Click Privacy
3. Advanced
4. Connection
5. Uncheck Use port 80... and then save
Within 24 hours, I assume your problem has been fixed, @Raple Requesting a lock
Originally Posted by Dananaphoney99
Within 24 hours, I assume your problem has been fixed, @Raple Requesting a lock
or not... he probably hasn't gotten the chance to go on MPGH yet
Originally Posted by cool1119
Yeah in skype just disable the port 80.
How to do:
1. Click Skype in the top left hand corner of the skype menu
2. Click Privacy
3. Advanced
4. Connection
5. Uncheck Use port 80... and then save