I had developed a WPF application, and its backend is a SQL Server CE .SDF
file. In setup and deployment project I added .SDF
file in it
The issue is: to access and get records from the .SDF
file we require an additional software. Please find the below Link
https://www.microsoft.com/en-in/download/details.aspx?id=17876
It has 2 exe files
- 64 Bit
- 86/32 Bit
Visual Studio directly installs this software when we install VS
On a client system, I didn't find these files so I am unable to access the .SDF
file and get records from it
I need to Copy these files in Application folder and Automatically Install it if the above software is not Present in the PC
Now I am Manually Installing these software(exe ) in Each PC