This question is locked. New answers and comments are not allowed.
Hi, I did some development on a MVC 2 project and checked my work into source control on TFS after everything was working. I am now working on another PC and am struggling to get the project to work as it was working in the previous PC. All the controls work as they should except for the DatePickerFor control (the date picker works). When the view with the DatePickerFor loads it throws the following error: "Could not load type 'System.Web.Mvc.RangeAttributeAdapter' from assembly
'System.Web.Mvc, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'
". Is there an assembly that I'm missing? Any help would be appreciated.
". Is there an assembly that I'm missing? Any help would be appreciated.