Checking
Client-only framework subset in VS2008 SP1 project properties causes in my
application compile error
The type 'System.Data.Li nq.ITable' is defined in an assembly that is not
referenced. You must add a reference to assembly 'System.Data.Li nq,
Version=3.5.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9'.
In solution explorer References Yellow exclamation sign appeas in
System.Data.Lin q assembly and resolved in False.
Compile error occurs in main project at line
Table<TEntityRo wTable;
Table<is class defined in other project which is included in solution:
public class Table<T:
IQueryable<T>
, IOrderedQueryab le<T>
, System.Data.Lin q.ITable
,
....
}
How to fix ?
Andrus.
Client-only framework subset in VS2008 SP1 project properties causes in my
application compile error
The type 'System.Data.Li nq.ITable' is defined in an assembly that is not
referenced. You must add a reference to assembly 'System.Data.Li nq,
Version=3.5.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9'.
In solution explorer References Yellow exclamation sign appeas in
System.Data.Lin q assembly and resolved in False.
Compile error occurs in main project at line
Table<TEntityRo wTable;
Table<is class defined in other project which is included in solution:
public class Table<T:
IQueryable<T>
, IOrderedQueryab le<T>
, System.Data.Lin q.ITable
,
....
}
How to fix ?
Andrus.
Comment