When working with a Web API template in an ASP.NET MVC 4 project, trying to compile I get this error:
'Solution.Web.Api.Areas.HelpPage.XmlDocumentationProvider' does not implement interface member 'System.Web.Http.Description.IDocumentationProvider.GetResponseDocumentation (System.Web.Http.Controllers.HttpActionDescriptor)'
It seems the class doesn't implement all interface methods. However, I didn't create any code yet or apply any code change to the default project.
Would you know what is causing this problem?