views:

26

answers:

1

I'm migrating a quite big application from .net 2.0 to 3.5 and the first challenge I'm facing is related to typed data sets.

Seems that the generated code for .net 2.0 is not compatible with above versions but the built-in migration process didn't convert them so now I'm getting a lot of errors and I'm not sure what to do.

Anyone know any practical way to solve this?

Thanks!

+1  A: 

Right click on each dataset file in solution explorer and choose "Run custom tool" to regenerate the files.

Albin Sunnanbo
I'll be checking on this. Thanks Albin!
Timmy O' Tool