SPC100205: Do not reference assemblies without AllowPartiallyTrustedCallers attribute

Code in the sandboxed worker process can call only assemblies that have the AllowPartiallyTrustedCallersAttribute. This means that most custom assemblies that you deploy in sandboxed solutions must have this attribute.

TypeName: ReferencedAssembliesMustHaveAllowPartialTrustedCallersAttribute
CheckId: SPC100205
Severity: Error
Type: AssemblyFileReference
Resolution

Remove references to assemblies which do not have the AllowPartiallyTrustedCallers attribute.

Links

comments powered by Disqus