Reputation: 3550
Is there a way of automatic depoloyment of SQL CE 3.5 dlls without necessity of installing separate CABs on Windows Mobile? I have a .NET CF 3.5 application that uses SqlCe assembly and makes use of Sql CE 3.5 in-proc datavase. Currently when I want to install this application and have it working with sdf database, I have to install 3 CABs from Microsoft too. Those CABs are installers for SQL CE 3.5. Can I avoid this step?
Regards
Upvotes: 0
Views: 1303
Reputation: 67168
Yes. Just include the SQL Compact assemblies (native and managed) in your application CAB.
Upvotes: 3