silverlight Socket: Unhandled Error in Silverlight Application An attempt was made to access a sock
Posted
by Yang
on Stack Overflow
See other posts from Stack Overflow
or by Yang
Published on 2010-06-07T22:51:48Z
Indexed on
2010/06/07
23:32 UTC
Read the original article
Hit count: 386
I basically try to reproduce the Socket example from here: http://www.silverlightshow.net/items/Sockets-and-their-implementation-in-SL2-Beta-1-including-a-chat-like-example.aspx I only made a small change in the client side, i.e.,
String safeHost = "127.0.0.1";
int port = 4509;
Then I got this permission error? Any idea why?
Unhandled Error in Silverlight Application An attempt was made to access a socket in a way forbidden by its access permissions.
© Stack Overflow or respective owner