Json.NET + VerificationException Operation could destabilize the runtime

后端 未结 3 1565
清歌不尽
清歌不尽 2021-01-17 12:30

I am getting the \"Operation could destablize the runtime exception\". I goggled quite a bit, looks like exception has to do with conflicting assemblies being loaded at runt

3条回答
  •  野的像风
    2021-01-17 13:33

    This is a known issue.

    You should be able to fix this by removing all references to the JSON .NET library and adding them again to the projects.

    See also:

    http://json.codeplex.com/workitem/20624

    JSON.Net throwing System.Security.VerificationException: Operation could destabilize the runtime

提交回复
热议问题