Target frameworks: net48;net6.0

0
0

Hi Wisej,

  1. When using Wisej with Target frameworks: net48;net6.0. Err with DataTable in LINQ. Can view FORM design
  2. When using Wisej with Target frameworks: net6.0. NOT err with DataTable in LINQ. But can not view FORM design
  3. You can test it?

Thank you.

  • You must to post comments
0
0

Hi Huỳnh,

To answer your questions:

  1. You were missing the System.Data.DataSetExtensions NuGet package for net48, you can install it as a dependency just for net48 by adding a condition to the package reference (see attached)
  2. The designer only works when you have NET48 included as a TargetFramework in your application, we have plans for a .NET Core designer but it’s still in the works.
  3. Yes, ultimately it’s not a Wisej.NET issue, it’s more of a missing package in your project!

Attached is a modified version of your sample, it works fine now!

HTH,
Alaa

//

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.