L
Luigi
Hi all,
I have a simple WinForm (C# 2.0) that not works when I run the .exe file if
is placed in a network share folder.
If a run it in my machine, it works well.
The error that I receive (after accept debug mode) is placed in the row:
Application.CurrentCulture = new CultureInfo("it-IT");
and the error is of type:
{"Request for the permission of type
'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."}
How can I solve this problem?
Thanks in advance.
I have a simple WinForm (C# 2.0) that not works when I run the .exe file if
is placed in a network share folder.
If a run it in my machine, it works well.
The error that I receive (after accept debug mode) is placed in the row:
Application.CurrentCulture = new CultureInfo("it-IT");
and the error is of type:
{"Request for the permission of type
'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."}
How can I solve this problem?
Thanks in advance.