Have a Windows forms usercontrol embedded in IE. Control is authenticode signed. Receiving Fileiopermission error after selecting file in FileDialog. Adjusting Policy on client machine is not an option. I've tried several combinations of Code Access Security configurations in code without success.
If I use assembly or class declaration such as: [FileIOPermission(SecurityAction.Demand, Unrestricted=true)], control will not even display.
new FileIOPermission(PermissionState.Unrestricted).Assert(); will not work either, but control does display and let me see files.
Thanks
Hayden

file io permission with authenticode signed usercontrol in IE
Rory Niland
The URL Moniker is interesting, but I'm weary about the overhead and support.
Until then, I will continue to use the third party Java upload tool. Shame is it not
Thanks for the reply,
Hayden
Piyush Jain
Reading other threads, sounds like other people have the same problem, with no answers.
Steve
AstareGod
1.6. Url - http://www.gotdotnet.com/community/workspaces/*: FullTrust
There are probably some other ways to do this as well, just using strongly named assembly evidence, but I haven't played around with it for a while.