ClickOnce Prerequisites: where is SQL Server Express 2014 LocalDB?

后端 未结 4 2006
-上瘾入骨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条回答
  •  -上瘾入骨i
    2021-02-04 06:34

    Here is a simple and complete description on how to add SqlLocalDB 2014 ClickOnce Bootstraper in Visual Studio. If you want to include sqllocalDB setup files you just got to download them from the links in the package.xml file. But it seems that the sqllocaldb_x64.msi is wrong and it does not install on x64 windows (tested on Windows 7 x64 sp1).

提交回复
热议问题