For school, I had always used a local installation of Microsoft SQL Server for all of my database needs in C# WPF applications. Now, I am working on a project that needs access from the web, so I am using a web server that I have set up to allow remote MySQL connections. My WPF application will be used to manage all the data on the website.
In the past, I had always set up the MS SQL connection by right clicking the project in the solution folder, then Properties. Then in the settings menu, I would create a new configuration string with "Connection String" as the type. Then, I would click the elipses in the value box to set up the configuration properties.
When I click the "Change..." button next to the Data Source box, I don't see MySQL as an option for the Data Source. See the screenshot below for an example:
I have downloaded and installed the MySQL Connector/Net but I still don't see an option for MySQL in the connection string data source. How do I fix this?
I am running Windows 10 64-bit.