i'm using VB.NET 2003 application program.
i'm using WinSock in this program. on Page_Load, i used this code
Code:
winsock1.Close()
winsock1.LocalPort = 1223
winsock1.Bind()
when i run this program i'm getting .net error. error i'm getting is
Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800A0057): Exception from HRESULT: 0x800A0057
at MSWinsockLib.IMSWinsockControl.Bind(Object LocalPort, Object LocalIP)
--- End of inner exception stack trace ---
|
if anyone have anyidea what this error means, then please help me... i search this error, but couldn't find any help. can you please help me to figure out what this error means...
thank in advance.
|