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 deploying an application built with SyncFusion, do the dlls need to be installed in the GAC on the user''s machine or can they just be copied to the users machine?
Thanks.
ADAdministrator Syncfusion Team February 22, 2004 08:11 AM UTC
I you deploy your application with xcopy deplaoyment, the dll''s have to be in the same directory by default. The Runtime Settings Schema section in the MSDN library will give you further information about the location of the assemblies. If you install them in the GAC, every application can reach them from there.
Regards,
Thomas
ADAdministrator Syncfusion Team February 22, 2004 08:29 AM UTC
Check also the "How the Runtime Locates Assemblies" section in the MSDN Library.
Regards,
Thomas
JKJosh KingFebruary 23, 2004 12:31 PM UTC
>Check also the "How the Runtime Locates Assemblies" section in the MSDN Library.
>
>Regards,
>Thomas
Thanks a lot!