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!
Right click on each dataset file in solution explorer and choose "Run custom tool" to regenerate the files.
精彩评论