The only referenced assembly from the 3.5 framework in my project was System.Data.DatasEtextensions
What i get now, is 102+ errors after swiching the target framework from 3.5 to 2.0 in visual studio.
Of course the project is not compiled anymore and my typed dataset seems to be destroyed. What can i do?
Here are some of the errors just for reference
Error 1 Type 'System.Data.TypedTableBase' is not defined. Error 2 function 'Clone' cannot be declared 'Overrides' because it does not override a function in a base class. Error 3 function 'CreateInstance' cannot be declared 'Overrides' because it does not override a function in a base class.