Comment #1 on issue 34 by azizatif: Inheritance security violated while
overriding IObjectReference.GetRealObject in JsonNull
http://code.google.com/p/jayrock/issues/detail?id=34
(No comment was entered for this change.)
Comment #2 on issue 34 by azizatif: Inheritance security violated while
Comment #3 on issue 34 by azizatif: Inheritance security violated while
As a workaround this can be fixed by adding [assembly:
System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] to
AssemblyInfo.cs or marking all overrides of
IObjectReference.GetRealObject() with the
[System.Security.SecurityCritical] attribute.