buunguyen / combres

ASP.NET and MVC performance optimization library ⛺
Other
123 stars 37 forks source link

The type 'System.Web.Routing.RouteCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. #18

Closed serl256 closed 10 years ago

serl256 commented 11 years ago

After installing last version of Combres via NuGet i get this error. image

My solution is ASP.Net 4.5 and everything worked fine with version 2.2.2.6 before that.

nicholashead commented 10 years ago

I experienced the same issue. I had to add a reference to System.Web.Routing on my web project in order to get things building again.