Код: Выделить всё
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");
}
}

Я не смог найти решение для этой проблемы. Любая помощь будет очень признательна
Подробнее здесь: https://stackoverflow.com/questions/464 ... -to-system
Мобильная версия