© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
83 replies
skyrbunny

❔ System.Net.HTTP missing

Hey there, I'm writing something that needs HTTP requests, but when I try to use it, it says System.Net doesn't have the namespace:
The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) [CSharpDll]csharp(CS0234)
The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) [CSharpDll]csharp(CS0234)

Is there a certain platform or version I need to target to get it to work? My CSProj begins like
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
, and I need to keep it like that. Do I have to find a workaround?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

❔ System.Net.Http Not Found
C#CC# / help
4y ago
System.Net.ServicePointManager.CloseConnection Missing
C#CC# / help
3y ago
❔ Getting rid of System.Net.Http.Formatting
C#CC# / help
3y ago