Pre loader

wpf .net7

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

In this thread

running-in-linux

it mentions

SciChart (as of July 2023) currently targets the following platforms
WPF, with c# .net or netCore or .NET 6/7

I cannot find libraries for .NET7!
When I try to use netcoreapp3.1 libraries or net452 libraries I get a runtime error that it is unable to open the dll. Or is something else going wrong? I can see the relevant dll’s are copied to the output folder.

Version
6.6
  • You must to post comments
1
0

OK, so I’ll answer myself – it does actually work with netcore library on .net7

The issue I had was/is due to project structure.

I have a separate wpf class library to handle the graphing, and it references the SciChart libraries. So at design time all OK.

At run time, when a call was made from my main project to the wpf class library, it then tried to dynamically load the SciChart dll and failed.

If I add a reference to the SciChart dll directly in my main program project then it works ok.

  • Andrew Burnett-Thompson
    Technically the WPF v6 .netCore3 assemblies work with .NET 6/7 but .netCore is now unsupported by Microsoft. So it’s worthwhile to upgrade to SciChart WPF v7+ which has full support for .NET6/7
  • You must to post comments
1
0

Hi Andrew

SciChart WPF v7.x supports .NET 6 and .NET 7. This isn’t available in SciChart WPF v6.x

Take a look on Nuget.org/packages/scichart to see supported frameworks

enter image description here

Can you try it out?

Best regards,
Andrew

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.