SQL Server 2017 Express missing from visual studio setup wizard prerequisites

你说的曾经没有我的故事 提交于 2019-12-12 09:19:49

问题


I have installed Microsoft Visual Studio 2017 Installer Projects, but SQL Server 2017 express is missing from prerequisite

How to add SQL Server 2017 Express? (I'm using WPF project with .NET Framework 4.6.1). I tried SQL Server 2012 Express and got the following error:

WARNING: Item 'SQL Server 2012 Express' could not find any of dependent items '.NETFramework,Version=v4.5, .NETFramework,Version=v4.0'.

ERROR: To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE' for item 'SQL Server 2012 Express' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=616018.

Thanks.

来源:https://stackoverflow.com/questions/52020083/sql-server-2017-express-missing-from-visual-studio-setup-wizard-prerequisites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!