"Unverifiable code failed policy check" for a closed source assembly

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-10T03:27:58Z Indexed on 2010/04/10 3:33 UTC
Read the original article Hit count: 2489

Filed under:

I'm attempting to dynamically load some (purchased) assemblies from resource streams in a C# program during an MSI installation routine, but I'm getting "Unverifiable code failed policy check".

I read some tips online about compiling the embedded assembly with /clr:safe, but I don't have that option. Is there a way to work around this policy check?

Thanks.

© Stack Overflow or respective owner

Related posts about c#