我正在尝试在 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...
请帮助解决这个问题。