On Wed, Feb 25, 2009 at 3:45 AM, sojan <[email protected]> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
