Windows App Certification Kit fails with APTCACheck message

已答复 Windows App Certification Kit fails with APTCACheck message

  • 2012年4月23日 11:47
     
     

    Json.NET is failing the certification kit with a message about the APTCACheck.

    Json.NET is strong named but it doesn't have the AllowPartiallyTrustedCallers attribute on it.

    What is going wrong and how should it be fixed?


全部回复

  • 2012年4月23日 21:40
    版主
     
     已答复

    Hi James,

    Have you already attempted the fix given by using SAFESEH at the linker phase? 

    Thanks,

    Joe

    • 已标记为答案 mark_1h 2012年4月24日 14:25
    •  
  • 2012年4月24日 0:39
     
     已答复
    The mistake was mine, the attribute was on the assembly, I have a number of versions of that dll and I looked at the wrong one.
  • 2012年4月26日 20:41
     
     
    Thanks James for the update. Glad to hear its working for you.