SecurityException Request Failed Reflection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • normd@knorrassociates.com

    #1

    SecurityException Request Failed Reflection

    I'm loading a strong named assembly using reflection through auto-deploy. The
    assembly gets downloaded to the Download Cache. I can create an instace of
    the assembly's class and call its methods in my program. When I re-load the
    same assembly and try to create an instace of the same class again, I recieve
    a SecurityExcepti on with the message Request Failed.

    Does anyone know of this behavior?
Working...