When I just try to run a vb.net sample in receive (wodWebServer / wodWebServer.NET)
When I just hit the Start button in any vb samplet the following error message is returned:
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in WeOnlyDo.Server.WebServer.dll
I am using windows Vista Ultimate, Microsoft Visual Studio 10 and I have installed wodwebserver.net for evaluation.
Re: When I just try to run a vb.net sample in rece
Hi,
If I'm correct the default port is probably in use by some application so it can't start listening on port 80.
Can you try setting Port property to some other value before calling Start method or check if you have some other server running?
Regards,
Damba
Re: When I just try to run a vb.net sample in rece
Yes, you are right, IIS was running...