开发者

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

开发者 https://www.devze.com 2023-01-13 07:51 出处:网络
I have a web application which uses JSON.Net to write out an array of data from a .Net Array(). When run in the VS2010 environment, it works fine.

I have a web application which uses JSON.Net to write out an array of data from a .Net Array().

When run in the VS2010 environment, it works fine.

When run under IIS6 and .Net 3.5, it works fine.

When run under IIS7 or开发者_如何学编程 7.5 and .Net 3.5 when .Net 4.0 is installed (but the app pool and site is set to use v2 runtime), it fails with the exception 'System.Security.VerificationException: Operation could destabilize the runtime.'

I do not have access to an IIS7 (or 7.5) system without .Net 4.,0 so I cannot try that case.

Can anyone shed any light on this?

0

精彩评论

暂无评论...
验证码 换一张
取 消