2013-04-30 2 views
1

작업을 수행하면 테스트 컴퓨터에서 런타임 오류 메시지가 불안정해질 수 있지만 로컬 또는 프로덕션 서버에서는 발생하지 않습니다. 내가 얻는 오류는 비 특이적이고 나에게 단서를주지 못한다. 이 특정 사례에 대한 성공과 함께 해결책을 찾고있는 웹을 검색했습니다. 어떤 제안이라도 대단히 감사하겠습니다.작업으로 인해 런타임이 불안정해질 수 있습니다.

프로젝트는 모든 DLL이 bin 폴더에 배포 된 간단한 MVC 4 응용 프로그램입니다.

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 
+0

문제를 재현 할 수있는 간결한 코드 예제를 제공하면 도움이됩니다. – Amy

+1

문제는 코드 또는 URL 경로의 특정 줄이 없다는 것입니다. 모든 페이지/URL로드시 발생합니다. 그래서 수수께끼이고 해결하기 힘든 이유입니다. – miskiw

답변

0

나는 정확히 같은 문제가 있습니다. 그러나 고객의 서버에서만 가능합니다. 웹 서버 (소프트웨어 구성 요소가 동일)에서 과 같은 기능을합니다.

매우 실망스러운 문제입니다. 해결책이없는 것 같습니다.

관련 문제