c# - Install SQL Server compact database .Exe file automatcally when I install WPF application -


i had developed wpf application, , backend sql server ce .sdf file. in setup , deployment project added .sdf file in it

the issue is: access , records .sdf file require additional software. please find below link

https://www.microsoft.com/en-in/download/details.aspx?id=17876

it has 2 exe files

  1. 64 bit
  2. 86/32 bit

visual studio directly installs software when install vs

on client system, didn't find these files unable access .sdf file , records it

i need copy these files in application folder , automatically install if above software not present in pc

now manually installing these software(exe ) in each pc

you're mistaken - deploy sql server ce 4.0 based application, do not need deploy and/or install additional software client system - suffices include necessary, relevant sql server ce 4.0 dll's application (into bin or lib folder or something), , ship files application. that's all need - no server-side or client-side install needed ! (that's whole point of using sql server ce, after all!)

see these links in-depth descriptions of how it:

right here on stackoverflow:

another way it:

official msdn documentation:


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -