开发者

Migrating typed data sets from .net 2.0 to 3.5

开发者 https://www.devze.com 2023-01-12 14:47 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消