WinForms: Which .dll / Library / Assemblies to use with .NET Framework 4.7.2

1 Answer 172 Views
Licensing
Dennis
Top achievements
Rank 1
Dennis asked on 01 Nov 2023, 02:50 PM

Hi,

I installed the Telerik WinForms at the first time and developed something with the RadGridView and more. After this, I want to use the Export Function, to export the RadGridView to Excel. But it doesn't know "SpreadExportRenderer" and I search for the problem.

I looked at my references in my project and the .dll called "Trial Version". I looked for the correct assemblies/library and found some Infos that the Assemblies for .NET 4.7 is in the folder "Bin45". But in my Folder "C:\Program Files (x86)\Progress\Telerik UI for WinForms R3 2023" I only found "Bin40", "Bin48", "Bin60", "Bin70", "BinNetCore", "Examples", "LicenseAgreements" and "VSExtensions". But no Bin45, I needed.

In this case, I try to change the as Trial marked .dlls with the .dll from the "Bin48" folder, but I get errors.

I am a little bit confused. Maybe someone can help me :)

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Nov 2023, 09:22 AM

Hello, Dennis,

The spread export functionality requires the TelerikExport.dll assembly. To access the types in TelerikExport, you must include the assembly in your project and reference the Telerik.WinControls.Export namespace. More information is available in the online documentation.:

https://docs.telerik.com/devtools/winforms/controls/gridview/exporting-data/spread-export 

I would also recommend you to have a look at our Demo application >> GridView >> Export with DPL example. The Demo app is usually located in the installation folder of the suite.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Licensing
Asked by
Dennis
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or