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 a member of the 'System.Web.Http.Description.IDocumentationProvider.GetResponseDocumentation (System.Web.Http.Controllers.HttpActionDescriptor)' interface
The class does not seem to implement all the interface methods. However, I have not yet generated any code or applied any code change to the default project.
Do you know what causes this problem?
c # asp.net-web-api asp.net-mvc-4
Alberto montellano
source share