Failed to load JIT compiler 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.ExecutionEngineException: Failed to load JIT compiler源错误: 
[没有相关的源行]
 源文件: c:\windows\microsoft.net\framework\v2.0.50727\Temporary ASP.NET Files\root\a2b0e16d\ab613ba\App_Web_y3ge3n2f.1.cs    行: 0 堆栈跟踪: 
[ExecutionEngineException: Failed to load JIT compiler]
   __ASP.FastObjectFactory_app_web_y3ge3n2f.Create_ASP_index_aspx() in c:\windows\microsoft.net\framework\v2.0.50727\Temporary ASP.NET Files\root\a2b0e16d\ab613ba\App_Web_y3ge3n2f.1.cs:0
   System.Web.Compilation.BuildResultCompiledType.CreateInstance() +32
   System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
   System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160
   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155 
我在自己本機的時候沒有問題,然後編譯上傳到虛擬主機就會偶然出現這個問題,但出現的時機不一定。
各位高手幫幫忙。