哪位大虾救命啊?运行c# 出现致命错误?????
当我要变一运行时,提示:
Build
[References Error] Could not find the assembly "System.Drawing" on the Assembly Reference Search Path, or in the Global Assembly Cache.
[References Error] Could not find the assembly "System.Data" on the Assembly Reference Search Path, or in the Global Assembly Cache.
[C# Error] WebForm1.aspx.cs(4): 类型或命名空间名称“Data”在类或命名空间“System”中不存在(是否缺少程序集引用?)
[C# Error] WebForm1.aspx.cs(5): 类型或命名空间名称“Drawing”在类或命名空间“System”中不存在(是否缺少程序集引用?)
Compiler Output
Microsoft (R) Visual C# .NET 编译器版本 7.10.3052.4
用于 Microsoft (R) .NET Framework 版本 1.1.4322
版权所有 (C) Microsoft Corporation 2001-2002。保留所有权利。
WebForm1.aspx.cs(4,14): error CS0234: 类型或命名空间名称“Data”在类或命名空间“System”中不存在(是否缺少程序集引用?)
WebForm1.aspx.cs(5,14): error CS0234: 类型或命名空间名称“Drawing”在类或命名空间“System”中不存在(是否缺少程序集引用?)
问题时我看到在右边框内的 reference 中的
System.Drawing路径竟然指向C:\program files\outlook express
System.Data路径竟然指向C:\program files\outlook express
哪位大虾伸出援手!!!!!!!!