Targeting .NET Framework 3.5, Using .NET 2.0 Runtime. Caveats?

后端 未结 5 803
情深已故
情深已故 2020-12-19 13:19

I\'m developing an application that is targeting the .NET 3.5 Framework. The application\'s setup installs the .NET 2.0 runtime on the target machine. So fa

5条回答
  •  执念已碎
    2020-12-19 13:45

    there is some différence in the generated code part of datasets between 3.5 SP1 and 3.5 (no sp), something about serialization. you may have trouble with this if you upgrade your installation to 3.5SP1, even in the core functionalities.

提交回复
热议问题