我在从.Net 4.0 转换成 2.0的时候出现的错误。
错误 73 命名空间“System.Data”中不存在类型或命名空间名称“TypedTableBase”(是缺少程序集引用吗?) D:\newresearch\DataAccess\VanDataSet.Designer.cs 3101 70 DataAccess
代码是:
....
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class pm_dict_附件类型DataTable : global::System.Data.TypedTableBase<pm_dict_附件类型Row> {
private global::System.Data.DataColumn columnID;
private global::System.Data.DataColumn columnInsID;
private global::System.Data.DataColumn column附件类型;
Net 4.0 转换成 2.0,用新语法了?