I've download the `TelerikEditor` user control that exist on the GitHub repository of Telerik , I've called it on my project and it works fine , but the problem is that I got this warning , I'm searching for a way to remove it , How can I eliminate this warning message?
Note : All Dlls file ( assemblies ) are not trial version , I've checked them using : Property => Details => File Description
https://github.com/telerik/xaml-sdk/tree/master/RichTextBox/TelerikEditor
+ This document was generated by a trial version of Telerik Document Processing.
( see the attachment )
4 Answers, 1 is accepted
Hello Abdechafi,
The message you see is only shown when trial assemblies are used and it seems like there are some leftovers from a trial version on the machine. Can you please ensure that the trial version has been fully uninstalled? Otherwise, Visual Studio might pick up the wrong assembly from the cache. Once the trial is removed, ensure to clean the bin and obj folders as well.
Hope this is helpful.
Regards,
Tanya
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Tanya,
Thank your for your reply , I have replaced all dll files that are trial version with purchased files , it fixed for the first time , but the vs 2019 still takes files as you said from the assemblies caches. I have clean bin and obj folders and I have mad a clean for the solution also I have deleted all files in caches ,it works but when I restart the vs 2019 , it will take the trial version and create another one , I couldn't ensure where is the location of the trial version and how the vs 2019 create these files?
Hi Abdechafi,
Have you previously installed the trial version? Can you uninstall it from the Control Panel? During the removal of the installation, all cached assemblies will be also removed from the machine.
In case there is no installation, here is guidance on how to clean up the GAC that might be helpful: How to: Remove an Assembly from the Global Assembly Cache.
Regards,
Tanya
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Tanya,
Thank you for your answer, it worked now. I saw that I have a trial version for UI WinForms installation and I have uninstalled it , after that I execute again the application and the warning message was disappeared.