Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment
Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment
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?
Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment
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.
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
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.
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
Steema Support
Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment
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?
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?
Re: Requesting DLL Download for TeeChart for .NET Pro Edition 2024 in a .NET 8.0 Environment
Hello mdstech,
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
When working with WPF and TeeChart, "Styles" is under Steema.Teechart.WPF.Styles.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?
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
Steema Support