L
lslzf
Unregistered / Unconfirmed
GUEST, unregistred user!
我在c#高级编程上面看到说.NET Framework SDK 可以运行在98下
安装后的确可以编译helloworld这种只输出文字很简单的程序
但是在稍为添加东西后就表示说命名空间找不到
而不能编译
using System.Windows.Forms ;
public class HelloWorld
{public static void Main()
{System.Console.WriteLine("I am killer,and i love you very much");
}}
HelloWorld.cs(3,14): error CS0234: The type or namespace name 'Windows'do
es not exist in the class or namespace 'System'
安装后的确可以编译helloworld这种只输出文字很简单的程序
但是在稍为添加东西后就表示说命名空间找不到
而不能编译
using System.Windows.Forms ;
public class HelloWorld
{public static void Main()
{System.Console.WriteLine("I am killer,and i love you very much");
}}
HelloWorld.cs(3,14): error CS0234: The type or namespace name 'Windows'do
es not exist in the class or namespace 'System'