Resolved MySql for runtime installation - Windows 11 - VS2015

Paraman

Member
Joined
Oct 19, 2024
Messages
9
Programming Experience
10+
Hi
As from my past thread, For Windows Applications with VS-2015, I need to use MySql.Data.MySqlClient; For that any link to install MySql -runtime on windows-11.

Thanks
 
Solution
Visual C++ Windows Applications possible

Yes. At install time you are asked what workloads you are dealing with. Select the ones that matter to you. So if you want C++:

1733584646994.png
So you have a Windows 11 machine, but you are using Visual Studio 2015. Why? You should be using Visual Studio 2022.

Anyway, to answer your question, read the MySQL documentation:
 
Hi Skydiver, First Thanks & Actually I am in Visual C++, CLR, Windows Applications. Once I upgrade to VS2022, Visual C++ Windows Applications possible ? or May I change to C# or Advise me for other languages, to keep better to my profession. Also I found the EXE from Visual C++ are fast performances.

Thanks Again !

Kindly reply with Download links !
 
You can install multiple versions of VS, so install VS 2022 and make sure that it can do what you want, then uninstall VS 2015 if and when you're ready to do so. You can open existing projects in the new version and then still open them in the old version as well.
 
Visual C++ Windows Applications possible

Yes. At install time you are asked what workloads you are dealing with. Select the ones that matter to you. So if you want C++:

1733584646994.png
 
Last edited:
Solution
Back
Top Bottom