有没有人对如何解决这个问题有任何想法?
我在VS 2015上尝试了各种不同的方式和版本,然后我最近升级到VS 2017,但仍然有同样的问题。
我正在安装Entity Framework Core,并希望连接到SqlServer。
当我通过Pack Man Console或NuGet界面安装软件包时,出现以下错误....
System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-arm兼容的运行时程序集。 一个或多个软件包与UAP不兼容,版本= v10.0(win10-arm)。 System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-arm-aot兼容的运行时程序集。 一个或多个软件包与UAP不兼容,版本= v10.0(win10-arm-aot)。 System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-x64兼容的运行时程序集。 一个或多个程序包与UAP不兼容,版本= v10.0(win10-x64)。 System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-x64-aot兼容的运行时程序集。 一个或多个程序包与UAP不兼容,版本= v10.0(win10-x64-aot)。 System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-x86兼容的运行时程序集。 一个或多个程序包与UAP不兼容,版本= v10.0(win10-x86)。 System.Threading.Thread 4.3.0为UAP上的System.Threading.Thread提供了编译时引用程序集,Version = v10.0,但没有与win10-x86-aot兼容的运行时程序集。 一个或多个软件包与UAP不兼容,版本= v10.0(win10-x86-aot)。 包恢复失败。回滚“快速部署”
的包裹更改。提前感谢您提供任何帮助。 好色
答案 0 :(得分:0)
您无法将SQL Server提供程序与UWP应用程序一起使用,您必须使用SQLite提供程序。 https://docs.microsoft.com/en-us/ef/core/providers/sql-server/