命名空间System.Net为空

时间:2013-12-26 11:29:07

标签: c# .net visual-studio-2012 system.net

我在visual studio 2012中遇到了一个问题.System.Net命名空间不包含它们的类。 NET 4.0版。此代码无法编译,需要类WebClient:

using System.Net;
public static class Program {
public static void Main(string[] args)
{
        WebClient client = new WebClient();
}

enter image description here

1 个答案:

答案 0 :(得分:5)

确保您的项目引用了System.dll