3
I am trying to change the css of my application in Asp.net mvc 5, but when trying to do this returned me this error ai. Does anyone know why?
3
I am trying to change the css of my application in Asp.net mvc 5, but when trying to do this returned me this error ai. Does anyone know why?
1
Possibly your Webgrease and your Microsoft.AspNet.Web.Optimization are out of date. You can update from the Visual Studio panel:
Or via command, via Package Manager Console:
Update-Package Microsoft.AspNet.Web.Optimization
Update-Package WebGrease
Also check if there are no files .js
in the Bundle styles. Can’t mix types.
Browser other questions tagged asp.net asp.net-mvc-5
You are not signed in. Login or sign up in order to post.