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.
For example, when Fiddler Classic is open and capturing, I open Minecraft and the skin won't load or another example, it won't try to open Roblox, it crashes directly. If Fiddler Classic is open and does not capture, there is no problem, but when it does, it breaks most applications.
Methods I have tried:
Please delete my account.
As per this thread I have sent 3 GDPR requests already. The first two were ignored.
Although Telerik is awesome I wish to delete my Telerik account, Telerik Forums account and all of the data associated with this Telerik account. Please help me out with this.
Thank You
we are integration ARCGIS SDK with KENdo UI latest version, both components working without having any issues, when i intergate it is thoring below error , please help me here.
Cannot destructure property 'spans' of 's' as it is null.
Hello,
We are building an iOS application in which we are using Telerik's Xamcontrols. On a page we have used a RadDatagrid control, to it a observersable collection/list is binded. When the page is launched the data in the list is displayed properly on the RadDatagrid. We have a functionality such that user can delete the records from the list. On deleting the records are removed from the Observable collection, also the collection shows correct data. However on the Rad Data grid, the updated collection list is not showing, it shows the blank list. Is there any method to refresh or rebind the collection to the grid?
Hello,
Is there a control in planning that will make it possible to carry out a technical analysis? Something like the https://www.tradingview.com/chart. I still miss that in the Telerik kit. It would be a great new development for Maui, WPF and ASP.