I have resharper installed and when I use "BeginForm("Action" ...", I also get an error but it's an error that don't prevent the compiler to build the application. For this reason, I put a dummy Action method in my controller with a throw new NotImplementedException to prevent resharper crying.
↧