Hi,
I've developed an application that reads data from a CSV file. All is fine when I access the file on my local PC, the one I developed it on.
The problem is that if I try and access a file on a networked PC using a network share I receive the following error: -
************ Exception Name ************
System.Security.SecurityException
**************** Source ****************
mscorlib
*************** Message ****************
Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
I've checked all I can think of e.g. user permission and rights, I can see the file from the PC giving me the error and open it and save it.
Does anyone have any ideas where to start or what this message means?
Regards




Reply With Quote