I installed .NET Core 2.0 after installing the MySQL Conector/Net 6.10.6. The requirement of the MySQL Connector with the version I have is to have a .NET Core 2.0, I am not sure if there will be an issue if I installed the connector prior to the .NET Core 2.0.
Shown are the MySQL Connector/Net requirements:
What versions I have:
- Visual Studio 2017
- MySQL Connector/Net 6.10.6
Also when opening a project in Visual Studio 2017, I have these appearing. Not sure if it is an error:
[3/8/2018 12:02:38 PM] Exploration started for <Practice,.NETFramework,Version=v4.5.2>
[3/8/2018 12:02:38 PM] Exploration started for <Practice,.NETFramework,Version=v4.5.2> using <NUnit 3x,NUnitElementsSource> on thread <13:JetPool (S) Regular thread #1>
[3/8/2018 12:02:38 PM] Exploration skipped for <Practice,NUnit 3x,.NETFramework,Version=v4.5.2>: project not supported by provider
[3/8/2018 12:02:38 PM] Exploration started for <Practice,.NETFramework,Version=v4.5.2> using <NUnit 2x,NUnitElementsSource> on thread <13:JetPool (S) Regular thread #1>
[3/8/2018 12:02:38 PM] Exploration skipped for <Practice,NUnit 2x,.NETFramework,Version=v4.5.2>: project not supported by provider
[3/8/2018 12:02:38 PM] Exploration started for <Practice,.NETFramework,Version=v4.5.2> using <xUnit.net,XunitTestElementsSource> on thread <13:JetPool (S) Regular thread #1>
[3/8/2018 12:02:38 PM] Exploration skipped for <Practice,xUnit.net,.NETFramework,Version=v4.5.2>: project not supported by provider
[3/8/2018 12:02:38 PM] Exploration by <NUnit 3x> completed for <Practice, .NETFramework,Version=v4.5.2>
[3/8/2018 12:02:38 PM] Exploration by <NUnit 2x> completed for <Practice, .NETFramework,Version=v4.5.2>
[3/8/2018 12:02:38 PM] Exploration by <xUnit.net> completed for <Practice, .NETFramework,Version=v4.5.2>
[3/8/2018 12:02:38 PM] Exploration completed for <Practice,.NETFramework,Version=v4.5.2>
Also when I try typing
using MySql.Data.MySqlClient;
It is not recognized by Visual Studio 2017. What is the issue?
Also, it says on my regedit.exe that my .Net framework is only up to 4.0:
However, after trying to install the .NET framework 4.5, it says I have a .NET framework version of same or higher than it: