I have just upgraded from ASP.NET MVC Beta to the newly released V1 - however suddenly the code below is throwing a null reference exception. This was working fine before with no problems at all. Does anyone have any ideas?
<%= Html.ActionLink<Website.Web.Controllers.PageController>(x => x.Edit(2), "Edit") %>