system.net.sockets.socketexception only one usage of each socket address (protocol/network address/port) is normally permitted. at system,net.sockets.socket.dobind(endpoint endpointsnapshot,socketaddress socket address) followed by socket.bind (endpoint localep) Tcplistener.start(int32 backlog) Tcplistener.start() at filerservermodule.fileserverform.listen()
Thanks
This conversation is currently closed to new comments.
I notice this hasn't been answered yet so thought I'd give you some feedback. Knowing whether you are writing the software that has this error or if it's happening in third-party software would be very useful to know. If it's third-party software why don't you just contact support?
As another bit of feedback, it's best to have some sort of attempt to fix the problem yourself first, and to explain your attempts to fix it and why they didn't work. Have you Google'd the error yourself? There are plenty of very useful and detailed responses that come up - have you tried them? If you did and they didn't work then tell us how far you got.
As it stands you are expecting people to do more work than you are to answer your question. Finding an answer with Google took me literally around 10 seconds. Writing this post asking for context, and the things you have and haven't tried has taken several minutes.
I sincerely suggest that for future questions you take this advice on board and give more detail, otherwise you can't expect people to answer.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Can someone help me out with this error
system.net.sockets.socketexception only one usage of each socket address (protocol/network address/port) is normally permitted.
at system,net.sockets.socket.dobind(endpoint endpointsnapshot,socketaddress socket address)
followed by socket.bind (endpoint localep)
Tcplistener.start(int32 backlog)
Tcplistener.start()
at filerservermodule.fileserverform.listen()
Thanks