Please do not force the community to guess what you are trying to do. The image seems to indicate you are trying to integrate Web Forms and ASP.NET Core.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
16 Points
31 Posts
The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missing a...
Feb 21, 2020 10:14 AM|Programming and Design|LINK
I have created new project. But i am adding my old project some files and folder at that time i am facing this problem.
Click Here :- Error Image Link
All-Star
53091 Points
23659 Posts
Re: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missi...
Feb 21, 2020 01:39 PM|mgebhard|LINK
Please do not force the community to guess what you are trying to do. The image seems to indicate you are trying to integrate Web Forms and ASP.NET Core.
ASP.NET Core is not compatible with Web Forms.
Member
16 Points
31 Posts
Re: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missi...
Feb 21, 2020 02:13 PM|Programming and Design|LINK
@mgebhard I am fresher, i would like to say sorry if my question misleading the member.
Contributor
3370 Points
1409 Posts
Re: The type or namespace name 'Http' does not exist in the namespace 'System.Web' (are you missi...
Feb 24, 2020 06:35 AM|samwu|LINK
Hi programming,
If you want to get System.Web.Http, you need to install package - Microsoft.AspNet.WebApi.Core from Nuget.
More information about Microsoft. AspNet. WebApi. Core you can refer to this link: Microsoft.AspNet.WebApi.Core
But asp.net core does not include aspx pages.
Best regards,
Sam