gpt4 book ai didi

C# 'Task' 在命名空间 'System.Threading' 中不存在

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

<分区>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Task;`

`namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World");
Console.ReadLine();
}
}
}

我只是想开始使用 C#,在编写我的 helloworld 时,我遇到了第一个编译错误。

ERROR: Script compilation failed. [CompilationErrorException] error CS0234: The type or namespace name 'Task' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)

我正在 VScode 中运行最新的 .NET 编辑。希望得到您的帮助。

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