deployment - Deploy SQL Server CE with my Windows Mobile app -
I have written a Windows Mobile Standard / Smartphone app (my first) which is a backend in the form of a SQL Server Compact Edition databases. Uses. I had no problem testing in the emulator in Visual Studio because it installed SQL Server CE emulator for me when I had created my deployment project, however, the resulting CAB file was installed properly on my phone, but Because he could not find the SQL Server CE Library
Need SQL Server CE to be installed as a separate Cab like NAT CF 3.5? If so, where can I find this (I did not find anything like this on MS's site)? Or can I include the the system.Data.SqlServerCe.dll file
in my system?
Edit:
I added the above mentioned DLL for deployment and it works so that it answers my initial question. But I have ideas for more applications, most of which will also use SQL Server CE Instead of including a copy of DLL with each install I was instead a source for SQL Server CE Library. I think I can make my own installed folder only for DLL, but I'm guessing that there is probably an "official" way of doing this. So I'm back on my first initial question: Is there a CAB for SQL Server CE? If I do not already install those files, and I definitely do not want to install duplicates, then I do not want to install the files.