操作可能会破坏运行时的稳定性。 MVC应用程序

时间:2013-04-30 18:09:02

标签: asp.net-mvc asp.net-mvc-4

我收到的操作可能会破坏测试计算机上的运行时错误消息,但不会在本地或生产服务器上发生。我得到的错误是非特定的,并没有给我任何线索。我已经在网上搜索了一个解决方案,但没有成功解决这个特定情况。任何建议将不胜感激。

该项目是一个简单的MVC 4应用程序,所有dll都部署到bin文件夹。

Operation could destabilize the runtime.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Security.VerificationException: Operation could destabilize the runtime.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[VerificationException: Operation could destabilize the runtime.]
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +17
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +1177
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +305

1 个答案:

答案 0 :(得分:0)

我有完全相同的问题。但仅限于我们客户的服务器。 在我们自己的网络服务器(具有相同的软件组件)上,它就像 魅力。

非常令人沮丧的问题,因为似乎没有解决方案。