B
Boris
I am trying to develop C# ftp client to upload files to remote host.
Whenever, I execute System.Net.Sockets.Socket.Connect method, .Net Framework
raises the following exception
Request for the permission of type System.Net.SocketPermission, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
Why does this happen?
Thanks,
-Boris
Whenever, I execute System.Net.Sockets.Socket.Connect method, .Net Framework
raises the following exception
Request for the permission of type System.Net.SocketPermission, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
Why does this happen?
Thanks,
-Boris