'You have a usable connection already' error in Visual Studio 2015 adding Data Source

前端 未结 2 815
不思量自难忘°
不思量自难忘° 2020-12-10 20:49

Visual Studio 2015; Windows 10;

In the Data Source Configuration Wizard, trying to add a table from a MySQL install on the network. I get up to this step

2条回答
  •  一个人的身影
    2020-12-10 21:24

    I solved this issue.

    1. Remove your existing Mysql for visual studio and MySql Connector by going to programs and features in control Panel.
    2. Close Visual Studio
    3. Download Mysql for visual Studio 1.2.6 Click here
    4. Install it before installing mysql connector
    5. Download mySql Connector 6.9.8 Click here
    6. Install MySql connector.
    7. Start visual Studio

    This should work.

提交回复
热议问题