Tagged Questions

1
vote
0answers
66 views

How to prevent FileIOPermissionException(and others) when run .NET application from network drive

My C# application (.NET 3.5 SP1) works very well when if execeuted from local drive. However, if I run it from a network drive, it execute (IT IS .NET 3.5 SP1), but failed to read a file located on ...