I've just converted an application from MVC 1 to MVC 2 using the VS2010 wizard. Not found is the Html.RenderPartial which I have sprinkled around a number of views. I am guessing that this is something that I've done wrong because I see no mention of this as a breaking change in the white papers and docs. Everything I'm using is RTM/RTW and no beta or RC versions.
EDIT: On closer inspection it looks like all the extension methods on the Html class are missing so I guess that I'm missing an include somewhere but I can't find it yet so any suggestions welcome...