[Mono-list] mono httplistener

Chris Howie cdhowie at gmail.com
Wed Feb 25 05:14:55 EST 2009


On Wed, Feb 25, 2009 at 3:45 AM, sojan <sojankallara at yahoo.com> wrote:
> i had a program written in c# for windows,
> its working in windows
> But when i tried to run it mono the following exception is getting from the
> System.Net.HttpListener.start()
>
> System.Net.Sockets.SocketException: Address already in use
>  at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end)

There is already a server listening on port 80.  Shut it down before
running your program.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list