mperdeck / dynamicbundles

Dependency resolver for MVC web sites, using MVC bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.Web.Mvc version mismatch

RudeySH opened this issue · comments

After installing the Dynamic Bundles NuGet package, almost every line in every .cshtml file introduces the following warning (CS1702):

Assuming assembly reference 'System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' used by 'DynamicBundles' matches identity 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' of 'System.Web.Mvc', you may need to supply runtime policy

Any ideas on how to fix this?