c# - Deploy WPF Application with SQL Server -
i'm using visual studio 2012. created wpf app client using service based database , published app fails access database. have installed sql server 2008. please guide me through process on how deploy app using sql server , changes should make in connection string , app.config or other change need make. have googled , searched on stack overflow 2 days find detailed solution. for 1 pc, there no need service based database. because service based database, there should background service running handle requests. came across same issue when had deploy wpf application client's machine. unless have multi-user app , need central database, best choice use sqlite. 1 disk file not need service running connection. the connection string have match place of sqlite file. can refer link start. sqlite wpf also sqlite supports both db first , code first approaches of entity framework , linq sql. find bit hard convert worth it. not can tell in 1 answer, try maybe write articl...