I am trying to develop C# ftp client to upload files to remote host.
Whenever, I execute System.Net.Sock ets.Socket.Conn ect method, .Net Framework
raises the following exception
Request for the permission of type System.Net.Sock etPermission, System,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b77a5c561934e08 9 failed.
Why does this happen?
Thanks,
-Boris
Whenever, I execute System.Net.Sock ets.Socket.Conn ect method, .Net Framework
raises the following exception
Request for the permission of type System.Net.Sock etPermission, System,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b77a5c561934e08 9 failed.
Why does this happen?
Thanks,
-Boris
Comment