Ian*_*vis 7 css bundle asp.net-mvc-4 webgrease
我正在尝试将捆绑添加到我的Mvc4 Web项目中.我采取的步骤:
System.Web.Optimization@Styles.Render("~/Content/css")在<head>我的内部添加_Layout.cshtmlBundleConfig.RegisterBundles(BundleTable.Bundles);到Global.asax.csBundleConfig.cs到我的App_Start文件夹中bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css"));RegisterBundles(...)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.

我错过了DLL引用或什么?请注意,我最初是从一个空白的Mvc4项目开始的.
小智 7
在过去一天左右我也遇到了这个问题,但我想出了一个解决方案.基本上你需要更新"webgrease".
这是我更新webgrease所做的:
当我构建我的解决方案时,这对我有用.
| 归档时间: |
|
| 查看次数: |
7347 次 |
| 最近记录: |