02-02-2023 05:55 AM
Hello,
I've an issue about inserting an Measurement Studio WPF Controls.
It seems that is impossible to use WPF controls in a .NET Code 3.1 project.
Is there a way to bypass the issue ?
Thx.
F.
02-10-2023 05:55 AM
Yes, you can use WPF controls in .NET Core 3.1 projects. However, you need to make sure that the version of Measurement Studio you're using is compatible with .NET Core 3.1. The latest version of Measurement Studio, as of my training data, supports .NET Framework 4.7 and later, but it's possible that a newer version may support .NET Core. You can check with National Instruments, the company behind Measurement Studio, to see if a compatible version is available.
Additionally, you may consider using a .NET wrapper for WPF controls that is compatible with .NET Core 3.1, or you can use a third-party library that provides similar functionality. There are several open-source and commercial libraries available for this purpose.