Hello, I have been posting lately on my embbeded control. I have made
some progress.

My control is strong names, with allow partially trusted callers
attribute. I have created a custom code group with full trust for my
assembly.

Before, my control would not load at all due to security issues. I
would get exceptions outputed into my IEDebug log. Now i get no errors
in my IEDebug log but in Internet Explorer (Exclamation mark at the
bottom left of IE), I get an error:

Request for the permission of type
System.Security.Permissions.SecurityPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 failed.

I do not even know where to begin if I need to assert. What calls
would require me to Assert a SecurityPermission??

Thanks,
Marco