MySQL Data Source Wizard not working on Visual Studio 2017

落花浮王杯 提交于 2019-12-03 20:43:13

So after some fiddling and looking into MySQL official website, I downgraded my Connector/NET to version 6.9.8, and downgraded the MySQL for Visual Studio as well to version 1.2.7

Now the DataSource is able to get table definitions and so on.

Still a minor error shows up whenever the "FINISH" button in DataSource wizard is pressed, that shows up "Failed to add relation(s) Specified cast is not valid".

This error however doesn't prevent the DataSource to be created and used. I'm still not sure what caused this error though.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!