can't reference to namespaces in windows ce 5.0/6.0

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

Guest

I am running a windows ce 5.0 application on a windows ce 6.0 operating
system which is working fine.

My problem is that I can not import (find) the following namespaces :
system.data
system.data.sqlserverce
system.data.sqlclient

I thought maybe this was because I was using a ce 5.0 template, but after I
installed .net compact 2.0 sp2 and the mobile 6 sdk, I still can't reference
to them. Any thoughts?
 
I got the necessary namespaces to work by installing about ten cab files on
my device.
 
Back
Top