security settings are per clr. as the .net security tools can run 32 bit
or 64 bit, you need to be sure they are running in the correct mode.
if the test box has both 32 and 64 bit clrs, you need to run security
setting twice.
note: if you are using mmc.exe, use the /32 & /64 switches to control
which clr you are changing the settings for.
-- bruce (sqlwork.com)
> I attempting to access a web application that contains a windows forms
> control that is downloaded to the client. I configured code access security
[quoted text clipped - 7 lines]
>
> Leslie
Leslie - 27 Oct 2007 23:49 GMT
That fixed it. Thanks!
> security settings are per clr. as the .net security tools can run 32 bit
> or 64 bit, you need to be sure they are running in the correct mode.
[quoted text clipped - 18 lines]
> >
> > Leslie