Visual Studio 中无法加载文件或程序集错误
Can not load file or assembly error in Visual Studio
当我 运行 在 Visual Studio 社区 2015 中的一个项目时,它给了我这个
错误:
@Scripts.Render("~/bundles/modernizr")
Can not load file or assembly
or one of its dependencies WebGrease, Version=1.5.1.25624,
Culture=neutral, PublicKeyToken=31bf3856ad364e35 The file can not be
found.
我该如何解决这个问题?
当我 运行 在 Visual Studio 社区 2015 中的一个项目时,它给了我这个 错误:
@Scripts.Render("~/bundles/modernizr") Can not load file or assembly or one of its dependencies WebGrease, Version=1.5.1.25624, Culture=neutral, PublicKeyToken=31bf3856ad364e35 The file can not be found.
我该如何解决这个问题?