Reference SqlCE Assemblies without installing .cab files...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know how to reference OpenNetCF assemblies without having to install the
..cab files as part of my .msi install package. Is there a way to do the same
for SqlCe?
 
Unfortunately no. The license prohibits extracting the distributable cab's
contents, so you can't just put them in your own CAB. Same goes for the CF.
Bad decision, IMHO, but that's how it is.

-Chris
 
Back
Top