hello,
I'm creating a user control used in IE. For the security permissions, I use the signed code from one of hte dlls I made and signed. When I try to run the control, I get a MethodAccessException, and the problem comes up in delegates from a third party's dlls. Changing the security permissions to give Full Trust to all code (not a long-term solution possibility), it works. Does anyone know why this could be happening
thanks for any help

can't create delegate
Milzit
"This exception is typically thrown when the access level of a method in a class library is changed, and one or more assemblies referencing the library have not been recompiled." [1]
[1] http://msdn2.microsoft.com/en-us/system.methodaccessexception.aspx