gpt4 book ai didi

css - 在 Mvc4 的 _Layout.cshtml 中调用 Styles.Render 时出现 WebGrease 错误

转载 作者:技术小花猫 更新时间:2023-10-29 11:10:30 25 4
gpt4 key购买 nike

我正在尝试将 bundle 添加到我的 Mvc4 网络元素中。我采取的步骤:

  1. 将对我的元素的引用添加到 System.Web.Optimization
  2. 已添加 @Styles.Render("~/Content/css")<head> 内我的_Layout.cshtml
  3. 已添加 BundleConfig.RegisterBundles(BundleTable.Bundles);Global.asax.cs
  4. 已添加 BundleConfig.cs到我的App_Start文件夹 bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css"));RegisterBundles(...) 内方法
  5. 添加了一个简单的 site.css在我的Content文件夹。

我在上面的步骤 #2 中得到的错误是 Could not load file or assembly 'WebGrease, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

enter image description here

我是否缺少 DLL 引用或其他内容?请注意,我最初是从一个空白的 Mvc4 元素开始的。

最佳答案

在过去的一天左右,我也遇到了这个问题,但我找到了解决方案。基本上你只需要更新“webgrease”。

这是我更新 webgrease 所做的:

  1. 在您的解决方案资源管理器中右键单击您的元素解决方案。
  2. 点击“管理解决方案的 NuGet 包”
  3. 转到左侧的更新部分
  4. 搜索“WebGrease”
  5. 然后更新“WebGrease”

这在我构建解决方案时对我有用。

关于css - 在 Mvc4 的 _Layout.cshtml 中调用 Styles.Render 时出现 WebGrease 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14057437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com