when i moved from FW3.5 to FW2.0 i got error

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2010-03-14T11:27:05Z Indexed on 2010/03/14 11:35 UTC
Read the original article Hit count: 161

Filed under:
|

hi

i have buield my project on VS2008 under FrameWork 3.5

now i need to move to FrameWork 2.0

when i done this, i got this error:

Error 1 The type or namespace name 'TypedTableBase' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) C:\Documents and Settings\xxx\Desktop\demo2005\demo\MyDB.Designer.cs 391 68 demo

in this line:

 public partial class DO1TblDataTable : global::System.Data.TypedTableBase<DO1TblRow> {

i think that it something with the crystal-report

thank's in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about frameworks