My MVC app now displays "IgniteUI Trial Version" in the lower-right corner of the browser window.
I believe this happened when I selected "Manage NuGet Packages" and updated from version 21.2.9 to 21.2.13. Big mistake!
I never intentionally installed the trial version. I never intentionally downloaded a trial version. All my Infragistics software is licensed.
How do I fix this?
**************
BTW, this is pretty annoying. There must be a more reliable way to handle trial software.
***************
Hello,
After investigating this further, I have determined that a possible reason for the trial watermark could be if the credentials for the Infragistics account were not provided when the package was installed. What I could suggest is deleting all Infragistics files from the project, deinstalling the Infragistics package and clearing the nugget cache. The nugget cache could be cleared from Tools > NuGet Package Manager > Package Manager Settings menu command, then select Clear All NuGet Cache(s). More information and a step by step guide could be found in the following link.
Additionally the following folder also contains cached nugget packages, and could be deleted as well.
C:\Users\[USERNAME]\.nuget\packages
After all Infragistics files are removed from the project IgniteUI could be reinstalled. When installing IgniteUI for jQuery the credentials for infragistics.com should be provided in order to access the licensed version of the product. The dialog window where the username and password should be provided could be displayed by right clicking on the project and selecting "Manage Nuget Packages".
Inside the NuGet packages manager dialog you will need to select "Infragistics feed" as your Package Source and you will get prompted for a user/password where you will need to use your infragistics.com credentials.
After authenticating you will get a list of the packages that are available to install. When you pick a package, you get the required assemblies installed in the project and the packages.config is updated with the installed packages.
More information regarding installing IgniteUI for jQuery could be found in the following topic.
Please test it on your side and let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics
I was afraid to try the steps you outlined above, for fear that all my other packages would be messed up. This seems so fragile. I'm afraid to touch anything now.
But I think I fixed it.
I somehow found this website: https://packages.infragistics.com/feeds/licensed/IgniteUI/versions
I then installed (again) using this method:
Install-Package IgniteUI -Version 21.2.12 -Source packages.infragistics.com/.../
Hello Ray,
I am glad that you managed to successfully install the licensed version of the product.
Thank you for using Infragistics components.
I did all this and I only see trial versions available when the Package Source is all. I do see packages when just selecting the Infragistics Licensed, but then the install fails. Why won't they show up when all package sources is selected?
And I get everything to install again and the damn thing is STILL there.
It's possible that the upgrade to version 21.2.13 of the Infragistics NuGet package included the trial version of the IgniteUI controls. You can try the following steps to remove the trial version and restore the licensed version:
Remove the Infragistics IgniteUI trial package: In the "Manage NuGet Packages" dialog, find the "Infragistics.Web.Mvc" package and click on the "Uninstall" button to remove it. This should remove the trial version of IgniteUI.
Install the licensed version of the Infragistics package: Once the trial version has been removed, you can install the licensed version of the Infragistics package. Find the package in the NuGet package manager and install it. This should restore the licensed version of the IgniteUI controls. pizza tower
Clean and rebuild your solution: After installing the licensed version, clean and rebuild your solution to ensure that all references are updated and the trial version is no longer being used.