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?

- 已编辑 James Newton-King 2012年4月23日 11:48
- 已移动 Matt SmallMicrosoft Employee 2012年4月23日 15:47 Certification question (From:Building Metro style apps with C# or VB )
全部回复
-
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.- 已标记为答案 James Newton-King 2012年4月24日 0:40
-
2012年4月26日 20:41Thanks James for the update. Glad to hear its working for you.

