This is the first time I am creating a Web API application in ASP.NET MVC4. I opened a new Web API project and added a new controller named \'Product\'. The function given below
This solution worked for me: Tools – > Library Package Manager -> Package Manager Console, then type: Install-Package Microsoft.AspNet.WebApi -Version 5.0.0 update-Package Microsoft.AspNet.WebApi –reinstall Reference: http://blog.bitlinkit.com/type-namespace-ihttpactionresult-not-found/