The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
When I install an app using Wise for Windows Installer which creates an MSI, should I install the syncfusion dll''s in the GAC or the application folder. I will be using syncfusion grids in at least 3 apps.
Rick Lancaster
ADAdministrator Syncfusion Team August 10, 2005 03:41 PM UTC
I think it just depends. :)
If you put them in the GAC, then all three apps can share a single set of Syncfusion.DLLs. This can be an advantage for diskspace resources and enforcing all apps to use a single version. But if you want to use different versions or custom Syncfusion builds for some of the apps, then not using the GAC is an advantage.