ClickOnce Prerequisites: where is SQL Server Express 2014 LocalDB?

后端 未结 4 2007
-上瘾入骨i
-上瘾入骨i 2021-02-04 06:01

I am creating a clickonce installer for my wpf application from within Visual Studio 2013 Community edition. This application uses a localdb. It works fine on the target machine

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 06:34

    The solution for Localdb2017

    Copy the SqlLocalDB2017 folder into the proper place e.g.: c:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages and restart Visual Studio.

提交回复
热议问题