代码之家  ›  专栏  ›  技术社区  ›  Nathan Goings

创建NodeJS项目时出现Visual Studio System.ValueTuple程序集错误

  •  2
  • Nathan Goings  · 技术社区  · 6 年前

    我在跑步 Visual Studio 2017 (15.8.0) 具有 .NET Framework 4.6.01055 Windows 10 Enterprise 2015 LTSB 64-bit (10.0, Build 10240) .

    创建新的NodeJS项目时,例如: New->Javascript->Node.js->Blank Node.js Console Application

    .njsproj

    Microsoft Visual Studio
    
    Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0,
    Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its
    dependencies. The located assembly's manifest definition does not
    match the assembly reference. (Exception from HRESULT: 0x80131040)
    

    Visual Studio error

    我已经卸载并重新安装了.NET Core和Visual Studio,但是我也遇到了同样的错误。如何解决此错误?

    1 回复  |  直到 6 年前
        1
  •  2
  •   Tim L    6 年前

    安装.NET Framework 4.7.2为我修复了此问题