I have an issue with one of my .ascx
files, when I hover over a red <%=Html.BeginForm
it says:
The type RouteValueDictionary is defined in an assembly that is not referanced. You must add a referance to assemly System.Web.Routing, Version=3.5.000, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Problem is I don't have any in my web configs.
But I do have System.Web.Routing
installed in my References.