2

ここに示す手順を使用して、ASP.NET 5 beta5 から beta6にアップグレードしました: ASP.NET 5 (vnext) を Beta5 から Beta6 にアップグレードする方法

非常に奇妙な予期しないアプリケーション エラーが発生しました。何が原因で、どのように修正すればよいですか?

Unexpected application failure. Status code '-2146233079'.

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.Exception: Unexpected application failure. Status code '-2146233079'.

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: 


[Exception: Unexpected application failure. Status code '-2146233079'.]
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +303

[HttpException (0x80004005): Unexpected application failure. Status code '-2146233079'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9940016
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +261

これが私のdnvmリストです:

Active Version           Runtime Architecture Location                         Alias  
------ -------           ------- ------------ --------                         -----  
       1.0.0-beta4       clr     x64          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta4       clr     x86          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta4       coreclr x64          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta4       coreclr x86          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta5       clr     x86          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta5       coreclr x64          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta5       coreclr x86          C:\Users\rlang_000\.dnx\runtimes        
  *    1.0.0-beta6       coreclr x86          C:\Users\rlang_000\.dnx\runtimes default
       1.0.0-beta6-12254 clr     x86          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta6-12254 coreclr x86          C:\Users\rlang_000\.dnx\runtimes        
       1.0.0-beta7-12264 clr     x86          C:\Users\rlang_000\.dnx\runtimes     
4

2 に答える 2

0

リポジトリに対して問題を提出する方が幸運かもしれません。https://github.com/aspnet/Hostingプロジェクトのセットアップに関する情報を必ず含めてください (例: project.json ファイル、クラッシュの原因となっているコードなど)。

于 2015-08-11T23:36:20.427 に答える