I'm trying to use CssRewriteUrlTransform but am having a problem referencing it. I updated to the latest Microsoft.AspNet.Web.Optimization using package manager:
update-Package Microsoft.AspNet.Web.Optimization -reinstall
And can now see System.Web.Optimization v4.0.30319 referenced in my project. However I'm still getting
Error 19 The type or namespace name 'CssRewriteUrlTransform' could not be found (are you missing a using directive or an assembly reference?)
Is there something else I'm missing?
(I've got using System.Web.Optimization;) VS Cannot 'resolve' the issue.