Hi, how can uninstall the WPF Trial nuget packages?
Every time I need a package from 'Infragistics (Local)' I get a list of duplicated controls.
For instance:
I'd like to remove all trial packages.
Thanks
Hello Joan,
In order to remove the trial packages, in Visual Studio you could navigate to Project -> Manage NuGet Packages. Under the “Installed” tab you will see a list of the installed ones. By selecting any of the trial packages and navigating to its property section on the right, you will see an “Uninstall” button.
Alternatively, you could navigate to the Dependencies -> Packages list in the Solution explorer and remove the trial packages by right clicking and selecting “Remove” from the context menu.
If you require any further assistance on the matter, please let me know.
Sincerely,Bozhidara PachilovaAssociate Software Developer
Hi Bozhidara.
What I want is to remove them from Visual Studio, not from any specific project.
Thank you for clarifying.
I have been looking into your question and it would seem that the trial packages remain within your local Infragistics package source directory after installing a licensed version. In this case my suggestion is to re-extract the licensed packages into this directory and overwrite its existing contents, including the trial packages.
In case you are not sure, you could check the local Infragistics package source directory’s path by navigating to Visual Studio -> Tools-> NuGet Package Manager -> Package Manager Settings -> Package Sources. Additionally, the archive containing the licensed packages should be located within the Infragistics installation folder, for example: C:\Program Files (x86)\Infragistics\*your version*\WPF\NuGet Packages
In case of any other questions, please let me know.
What I did is:
It seems it worked.
Thanks.
Hi Joan,
I am glad that you were able to resolve the issue. Thank you for using Infragistics components.
Best regards,Bozhidara Pachilova