Код: Выделить всё
cannot implicitly convert type 'system.net.http.httpresponsemessage' to 'system.web.httpresponse'
Код: Выделить всё
public HttpResponse Get()
{
try
{
return Request.CreateResponse(HttpStatusCode.Found, mEntities.meters_info_dev.ToList());
}
catch (Exception)
{
return Request.CreateErrorResponse(HttpStatusCode.NotFound, "No Data found");
}
}
[img]https:/ /i.stack.imgur.com/z5ho8.png[/img]
Я не смог найти решение этой проблемы. Любая помощь будет очень признательна
Подробнее здесь: https://stackoverflow.com/questions/464 ... -to-system