show/hide this revision's text 4 added 3 characters in body

In addition to adding the assembly reference I also had to add the line

 <add namespace="System.Web.Mvc.Html"/>"

to the pages/namespaces section in web.cfg web.config file.

show/hide this revision's text 3 added 6 characters in body

In addition to adding the assembly reference I also had to add the line

 <add namespace="System.Web.Mvc.Html"/>"

to the namespaces pages/namespaces section in web.cfg fileresolved the issue.

show/hide this revision's text 2 added 17 characters in body

In addition to adding the assembly reference I also had the same problem as Rude. Adding to add the line

 <add namespace="System.Web.Mvc.Html"/>"

to the namespaces section in web.cfg file resolved the issue.

show/hide this revision's text 1