Hi,
I wrote a small program which access a DB. The program (executable file, not through install) and the DB are located on a network drive. It works well for all users except for one user. For this specific user, every time I try to load the program I get the following error:
Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
. All users, including the "rogue" one, have a .net 3 framework installed (the program was written in .net 3 environment), so I don't know why this is happening.
As anyone got an idea?
Thanks,
Udi