Json.NET + VerificationException Operation could destabilize the runtime

后端 未结 3 1564
清歌不尽
清歌不尽 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:15

    This exception can occur when you have Visual Studio Ultimate and IntelliTrace activated.

    Try to add Newtonsoft.dll on IntelliTrace ignore list:

    • Tools -> Options -> IntelliTrace -> Modules
    • Add -> Newtonsoft.

提交回复
热议问题