Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mdstech
Newbie
Newbie
Posts: 2
Joined: Mon Feb 28, 2022 12:00 am

Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment

Post by mdstech » Thu Jan 16, 2025 12:25 am

Hello, I am developing a commercial program using C#, WPF in the .NET 8.0 environment. I purchased TeeChart for .NET Pro Edition 2024 to use a dll reference instead of a NuGet package, but the release notes only go up to the 2018 version. This version was also available for download with my existing license and is not compatible with .NET 8.0. When I asked sales how I could use the dll without using the NuGet package, they told me I had to upgrade my license to 2024, but only NuGet packages are listed on the website. How can I download the dll?

Edu
Newbie
Newbie
Posts: 46
Joined: Tue Nov 28, 2023 12:00 am

Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment

Post by Edu » Thu Jan 16, 2025 12:16 pm

Hello mdstech,

NuGet packages are essentially ZIP files, and you can extract their contents directly.

Steps to Extract the DLLs:

1.- Download the NuGet Package:
You can download the package from this link: https://www.nuget.org/packages/Steema.T ... 2024.11.14

2.- Extract the Files:
Rename the file extension to .zip (if needed) and use a tool like WinRAR or 7-Zip to extract its contents.

3.- Locate the DLLs:
Navigate to the lib folder in the extracted package. You will find subfolders containing DLLs for various versions.
img2.png
img2.png (17.86 KiB) Viewed 7833 times
Since TeeChart for .NET 6 is forward-compatible with .NET 8, these DLLs should work without issues in your WPF application.
We will be including new assemblies in an upcoming release

If there's anything else I can help you with, let me know!

Best regards,
Edu
Edu
Steema Support

mdstech
Newbie
Newbie
Posts: 2
Joined: Mon Feb 28, 2022 12:00 am

Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment

Post by mdstech » Fri Jan 17, 2025 5:06 am

Thanks to your answer, I was able to successfully extract the DLL from the TeeChart NuGet package and add it to my project! Thank you.

I used the net6.0-windows7.0 DLL, but I'm experiencing an issue where the Styles method does not appear in TeeChart.WPF.dll. Could you possibly know what might be causing this? Could it be due to other dependencies?

Edu
Newbie
Newbie
Posts: 46
Joined: Tue Nov 28, 2023 12:00 am

Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment

Post by Edu » Mon Jan 20, 2025 10:33 am

Hello mdstech,
I'm experiencing an issue where the Styles method does not appear in TeeChart.WPF.dll. Could you possibly know what might be causing this? Could it be due to other dependencies?
When working with WPF and TeeChart, "Styles" is under Steema.Teechart.WPF.Styles.
Are you able to access that?

Another way to achieve what you're doing is to create a local folder with the nuget in it and then define a local nuget source, maybe that works better for you.

I look forward to your reply to confirm whether the suggestion I shared has resolved the issue or if you need further assistance.

Best regards,
Edu
Edu
Steema Support

Post Reply