'无法加载文件或程序集System.Runtime,Version = 4.1.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'

时间:2017-08-02 12:46:31

标签: c# asp.net-core

我是新手,刚刚创建了一个类型的新项目:ASP.NET核心Web应用程序(.NET Core),让VS预加载所有默认值。我没有改变任何东西,除了设置index.cshtml启动。它构建正常,但运行时错误为:

 System.IO.FileNotFoundException occurred
  HResult=0x80070002
  Message=Could not load file or assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

调用堆栈(最后一项):

ntdll.dll!NtWaitForSingleObject() Unknown

这里发生了什么,以及如何解决?

1 个答案:

答案 0 :(得分:2)

使用Visual Studio Installer,选择“修复”选项可以解决问题。