SQL CE 3.5 on WindowsMobile .NET application deployment
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 ste开发者_运维百科p?
Regards
Yes. Just include the SQL Compact assemblies (native and managed) in your application CAB.
精彩评论