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?
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?