ClickOnce Custom Prerequisite for SQL Server Express 2016 LocalDB?

荒凉一梦 提交于 2019-12-08 05:14:16

问题


I'd like to set LocalDB 2016 as pre-requisite when publishing my WPF application. But when I check default pre-requisites in Project Properties, only one available is for SQL Server 2012 Express LocalDB.

Any idea why there is no newer one, since I'm using newest possible Visual Studio 2017? Thank you!


回答1:


From the few resources available i've found this post by @PaulBrewer, which saved the day. Since it's easier to just download a working solution, i've uploaded my own custom MSSSQL Express LocalDB (2016) Bootstrapper/Manifest for anyone to use. Just follow instructions in readme.md:

https://github.com/igormf/SqlLocalDB2016-Bootstrapper



来源:https://stackoverflow.com/questions/45803290/clickonce-custom-prerequisite-for-sql-server-express-2016-localdb

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