May I ask how I can change my previous installation using NuGet to use GAC now

  NuGet  to use GAC  



9 Replies 1 reply marked as answer

SG Santhosh Govindasamy Syncfusion Team October 8, 2024 02:21 PM UTC

Hi yu ma,

Thank you for reaching out.

 

We would like to inform you that we noticed you are trying to use the Global Assembly Cache (GAC) through NuGet. However, we do not fully understand your requirements. Could you please provide a more detailed explanation of your needs? This will help us proceed further.

 

Thank you for your cooperation, and we look forward to your response.


Regards,
Santhosh.G




YM yu ma replied to Santhosh Govindasamy October 9, 2024 02:46 AM UTC

hi  Santhosh Govindasamy

 

My program initially used NuGet and now I want to switch to GAC.



SG Santhosh Govindasamy Syncfusion Team October 9, 2024 02:49 PM UTC

Hi yu ma,

Thank you for your response.

We have shared your requirement with the relevant team, and they are currently analyzing it. We will need some time to validate the request and will provide an update on or before October 11, 2024.

Regards,
Santhosh.G



PS Prashanth Sundhar Syncfusion Team October 10, 2024 06:50 AM UTC

Hi yu ma, 

To refer to Syncfusion assemblies from the Global Assembly Cache (GAC) in your project, you can follow these steps:

  1. Refer to the below documentation link to know about the steps for downloading and installing the setup.

    Downloading the setup: https://help.syncfusion.com/windowsforms/installation/web-installer/how-to-download

    Installation stepshttps://help.syncfusion.com/windowsforms/installation/web-installer/how-to-install

    While installing the setup make sure to select the “Register Syncfusion assemblies in GAC” option in the Additional Settings to install the assemblies into GAC.


  1. If you have already installed the setup, Run the Assembly manager utility to install the assemblies into GAC. Refer to the documentation below to learn more about this.

    https://help.syncfusion.com/common/essential-studio/utilities#assembly-manager


  1. Visual Studio will automatically detect the Syncfusion assemblies from the GAC folder, allowing you to manually add a reference from the .NET tab in the "Add Reference" dialog if needed.

By following these steps, your project should successfully reference the Syncfusion assemblies from the GAC.

Regards,
Prashanth S.



YM yu ma replied to Prashanth Sundhar October 10, 2024 07:35 AM UTC

I have completed the installation and use of GAC,
But how to handle VNet references in the project
Can these be deleted directly
Image_7862_1728545740781


YM yu ma replied to Prashanth Sundhar October 16, 2024 03:36 AM UTC

May I ask, can you tell me



PS Prashanth Sundhar Syncfusion Team October 18, 2024 04:03 AM UTC

Yu ma,

Yes, Please ensure that assemblies are referred properly from GAC to your project and remove the NuGet reference from your project.

As mentioned earlier, Visual Studio will automatically detect the Syncfusion assemblies from the GAC folder, allowing you to manually add a reference from the .NET tab in the "Add Reference" dialog if needed.




To delete a NuGet package reference from a project, you can use the Visual Studio. Here are the steps:

Open the Project in Visual Studio:

  • Go to the Solution Explorer. Right-click on the project in the Solution Explorer and Select Manage NuGet Packages.



  • In the Installed tab, search for the package you want to remove and Click Uninstall next to the package.

  • Rebuild your solution to ensure the reference is properly removed.       

Regarding the management of VNET references in your project, we are unclear about your query. Could you please elaborate on it? 


Regards,

Prashanth S.



YM yu ma replied to Prashanth Sundhar October 19, 2024 09:18 AM UTC

It has been resolved, thank you



KN Kalavathi Nallathambi Syncfusion Team October 22, 2024 05:49 AM UTC

Hi Yu ma,

 

Happy that your issue is resolved, and we are marking the thread as solved. Please feel free to contact us for future technical queries.

 

Regards,

Kalavathi Nallathambi


Marked as answer
Loader.
Up arrow icon