我在安装MySQL Conector / Net 6.10.6后安装了.NET Core 2.0。具有我的版本的MySQL Connector的要求是拥有.NET Core 2.0,如果我在.NET Core 2.0之前安装了连接器,我不确定是否会出现问题。
我有哪些版本:
在Visual Studio 2017中打开项目时,我也会出现这些项目。不确定是否是错误:
[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>
当我尝试输入
时using MySql.Data.MySqlClient;
Visual Studio 2017无法识别。问题是什么?
另外,它在我的regedit.exe上说我的.Net框架只有4.0: