SQL library and .net permission problem (I think)

markbarrett_1

Member
Licensed User
Longtime User
Hi,

I've been working on a database application and all is working really well. I've now adding in image support to the database and when I use a cmd.FileToBlob command I get a

"Requesting for the permission of type 'System.Security.Permissions.FileIOPermissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, Publickey=xxxxxxxxxxxx' failed.

Googling the error it appears to be a .net permissions problem, but I don't have any real experience with .net so I wondering if somebody can point me in the right direction.

Thanks.

Cheers.

M
 

markbarrett_1

Member
Licensed User
Longtime User
Hi,

Moved everything to a local drive (source and images) and everything works as expected...At least I only wasted an hour trying to figure out why it didn't work. Thanks for the initial tip

Erel can you point me in the right direction to how to fix the permissions on the network drive issue (as that is my preferred method of working)?

Thanks.

Cheers.

M
 
Top