gpt4 book ai didi

c# - 使用 System.Net.Http 时出现 HttpClient 错误

转载 作者:太空宇宙 更新时间:2023-11-03 15:05:28 25 4
gpt4 key购买 nike

出现以下错误

Error CS0246: The type or namespace name 'HttpClient' could not be found (are you missing a using directive or an assembly reference?) (CS0246)

但是,我的 using System.Net.Http 没有引发错误。

我正在使用 Xamarin - 都是最新的。

我已经清理了我的项目,更新了我的所有 NuGet,并确保我的项目包含 Microsoft.Net.Http 包。

我的目标是我的 iOS 项目。

引用以下内容

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using Newtonsoft.Json;
using Xamarin.Forms;

编辑:主项目包中缺少引用 - 我该如何解决这个问题? enter image description here

编辑:.Net 程序集引用 enter image description here

最佳答案

检查点:转到两个项目(PCL 和 iOS)的引用文件夹。右键单击并检查 System.Net.Http 是否在它们中。

它们的引用中都应该有 System.Net.Http。

关于c# - 使用 System.Net.Http 时出现 HttpClient 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43772317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com