F
Frank Osterberg
Hi,
i need to receive UDP packets but so that i know from which hosts the packet
came.
Apperently the BeginReceiveMessageFrom is supposed to do that, but when i
invoke the method i always receive a:
"Feature requires Windows XP or later.
(System.PlatformNotSupportedException)"
error. In the documentation though:
http://msdn2.microsoft.com/en-us/library/system.net.sockets.socket.beginreceivemessagefrom.aspx
it says, Windows 2000 SP4 are supported and that's what i'm using, so what's
wrong here?
Thanks for any help!
i need to receive UDP packets but so that i know from which hosts the packet
came.
Apperently the BeginReceiveMessageFrom is supposed to do that, but when i
invoke the method i always receive a:
"Feature requires Windows XP or later.
(System.PlatformNotSupportedException)"
error. In the documentation though:
http://msdn2.microsoft.com/en-us/library/system.net.sockets.socket.beginreceivemessagefrom.aspx
it says, Windows 2000 SP4 are supported and that's what i'm using, so what's
wrong here?
Thanks for any help!