sojan 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) > [0x0006c] in > /usr/src/redhat/BUILD/mono-1.9.1/mcs/class/System/System.Net.Sockets/Socket.cs:1938 > > at System.Net.EndPointListener..ctor (System.Net.IPAddress addr, Int32
There seems to be another service on your machine using the same port as one of your HttpListener prefixes. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
