Hi,
I know this product is retired since long ago.
But in our 10 years old legacy code, we have now requirement to migrate few tables in MySQL from SQL server. This old code is using Telerik.OpenAccess Nuget version 2016.2.822.1 and there is complex business logic written using it.
It is hard to change that bulk of code to use Entity Framework, so we thought to use My SQL connector with Telerik ORM as explained here https://docs.telerik.com/data-access/developers-guide/database-specifics/database-specifics-mysql-overview
I've everything setup as per the Article above. But when I run this code, it throws error which says Connection option 'datasource' is duplicated.
The connection string is perfectly fine and nothing duplicated in it: DataSource=127.0.0.1;port=3306;database=dbname;user=root;password=******
In fact, anything I change in connection string, it complains with same kind of error. For example Server=127.0.0.1;port=3306;database=dbname;user=root;password=******
It shows Connection option 'Server' is duplicated.
Kindly please help if you have used Telerik ORM with MySQL previously.
Hi,
I was going to create a ticket but there's no option for website related issues so I am just posting it here for anyone that has spotted this before.
The pages for the Blazor UI have invalid re-directs when clicking on the documentation button.
Almost all documentation buttons on https://www.telerik.com/blazor-ui/ direct you to the invalid url
It adds "-ui" to /documentation/ so it's then /blazor-ui/documentation-ui/ which is invalid and should be /blazor-ui/documentation/
Example:
https://www.telerik.com/blazor-ui/datetimepicker
It directs you to:
https://www.telerik.com/blazor-ui/documentation-ui/components/datetimepicker/overview
It should direct you to:
https://www.telerik.com/blazor-ui/documentation/components/datetimepicker/overview
Grid view:
https://www.telerik.com/blazor-ui/filter
Documentation redirects to:
https://www.telerik.com/blazor-ui/documentation-ui/components/filter/overview
Thanks,
Luke
Hello, I'm Ajay Hinduja. I'm originally from Punjab, India, and have made my home in Geneva, Switzerland. I'm thinking about integrating Telerik components into our existing project to improve our UI and accelerate development. Has anyone had experience with this before? I'd appreciate any insights on the integration process, whether you used the Visual Studio wizards or performed the steps manually. Any tips on potential challenges or best practices would be a huge help!
Regards
Ajay Hinduja Geneva, Switzerland (Swiss)
I'm trying to install Kendo UI using the following command:
But I'm running into this error:
Has anyone run into this before? Any guidance on how to properly set or regenerate the license key and fix this error?
Thanks in advance! 🙏
Morning.
I have to configure a new sharepoint connector on my Sitefinity installation.
I tried to configure all the information but when i tried to connect i recived the error message "invalid username or password".
The sharepoint server has the 2FA authentication , so i imagine that this is the problem. I saw on internet that is not supported, by sitefinity, the 2FA. Is there some workaround or custom connector that i could implement to try to sync all the documents in sharepoint with sitefinity.
getting following error in Azure devops pipeline
ServiceUnavailable https://nuget.telerik.com/nuget/FindPackagesById()
Unable to connect to https://nuget.telerik.com/v3/index.json
What controls are compatible with the full framework, NOT Core? I am using DNN 9.6, which doesn't support Core. However, if I am better off compiling a Core project into HTML/JS/CS and including the output (running it) on the full framework Razor page, let me know.
.Read(r => r.Action("Get", "Order", new { totalCashCalculationId = totalCashCalculationId, langCode = langCode, brand=brand })) .Update(update => update.Action("XYZABC_Update", "Order").Type(HttpVerbs.Post)) .Destroy(d => d.Action("XYZ_Destroy", "Order").Type(HttpVerbs.Post))