tags:

views:

31

answers:

1

Url.Action does not work in the project

what assemblies do i need to include?

using System.Web.MVC does not work either

A: 

Did you add System.Web.MVC.dll to References?

LukLed