'System.Web.Http.GlobalConfiguration' does not contain a definition for 'Configure'

It needs the system.web.http.webhost which is part of this package. I fixed this by installing the following package:

PM> Install-Package Microsoft.AspNet.WebApi.WebHost 

posted @ 2015-08-14 16:33  iDEAAM  阅读(659)  评论(0)    收藏  举报