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.
Im after some advice on best practice for making changes to Syncfusion Source.
I have now included the Syncfusion projects to my solution. I have made references from my client project to use the Syncfusion Projects dlls in the solution. I have also added the projects to Source control so that other team development members can gain access to the changes.
However it doesnt matter what I do it seems to use the assemblies from the GAC. Do I need to uninstall them from the GAC. If so, how? I''ve tried this and it tells me that I can''t because they are being used by an application.
Thanks
Glen
ADAdministrator Syncfusion Team September 23, 2004 06:17 AM
Hi Glen
Following up on the support incident. Yes, you will have to delete the assemblies from the GAC when you have set Copy Local in the references to true.
There is a Tool called Whoslocking that you can use to indentify and kill the process or application that is accessing it. (One candidate may be the Source Control that you mention in your posting.)
Regards
Arun