webgrease Questions
6
I am asp.net death page, this is coming after i upgraded webgrease and bootstrap for mvc4 using nuget.
Server Error in '/' Application.
Could not load file or assembly 'WebGrease' or one...
Frentz asked 16/7, 2013 at 7:36
19
Solved
I have an MVC4 Web API project. While running the service project I am getting an error
Could not load file or assembly 'WebGrease, Version=1.5.1.25624, Culture=neutral, PublicKeyToken=31bf3856a...
Blockhead asked 8/11, 2013 at 4:59
2
Solved
I'm trying to add bundling to my Mvc4 web project. The steps I took:
Added a reference to my project to System.Web.Optimization
Added @Styles.Render("~/Content/css") within <head> of my _La...
Chon asked 27/12, 2012 at 15:56
0
We hit a performance issue recently that highlighted something that I need to confirm.
When you include a bundle like this:
@Scripts.Render("~/jquery)
This appears to be running through (identi...
Franklinfranklinite asked 19/3, 2016 at 0:27
1
Solved
I profiled my ASP.NET MVC application and I saw strange a function calls.
You can see it on image
Always when mvc render layout we invoke system.web.optimization.scripts.render which invoke JsM...
Bindweed asked 18/6, 2014 at 8:36
2
Solved
WebGrease is an assembly found in mvc4, but can it be used like Yahoo.Yui.Compressor?
I want to use webgrease.dll in a C# console programe and compress a javascript string to another.
class Progr...
Reddick asked 21/2, 2014 at 4:20
14
While upgrading WebGrease to version 1.3.0 gets me error:
Could not load file or assembly 'WebGrease, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencie...
Distributor asked 29/11, 2012 at 5:11
1
© 2022 - 2024 — McMap. All rights reserved.