我正在尝试在Windows 7操作系统的VSCode中运行https://github.com/aspnet/home的代码示例。我成功启动了网站,但错误了
An unhandled exception occurred while processing the request.
MissingMethodException: Method not found:'Microsoft.Framework.Runtime.Compilation.ILibraryExport Microsoft.Framework.Runtime.ILibraryManager.GetLibraryExport(System.String)'.
Microsoft.AspNet.Mvc.Razor.Compilation.RoslynCompilationService.GetApplicationReferences()
我尝试升级DNVM并尝试列出可用版本并执行“dnu restore”
Active Version Runtime Architecture Location Alia
s
------ ------- ------- ------------ -------- ----
* 1.0.0-beta4 clr x86 C:\Users\***\.dnx\runtimes d...
请帮忙解决此问题。
答案 0 :(得分:2)
我遇到了同样的问题,但我通过获取最新的开发版来解决它。所以我猜这是当前nuget包构建中的一个错误。来自github页面:
DNVM具有稳定且不稳定的Feed的概念。稳定默认为NuGet.org,而unstable默认为我们的开发MyGet提要。因此,如果您将-u或-unstable添加到任何安装或升级命令,您将获得我们最新的DNX CI构建,而不是最近在NuGet上发布的构建
尝试运行以下命令,然后再次启动该站点。
dnvm upgrade -u