System.Data.SqlServerCE

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

Guest

I am attempting to use SqlServerCE but I get a compile error stating the
namespace does not exist. I have inslalled SQLServer 2000 and SqlServer CE.
I searched my hard drive and found the System.Data.SqlServerCE.dll

Is there an installaion process I am missing?
 
David H said:
I am attempting to use SqlServerCE but I get a compile error stating
the namespace does not exist. I have inslalled SQLServer 2000 and
SqlServer CE. I searched my hard drive and found the
System.Data.SqlServerCE.dll

Is there an installaion process I am missing?

Have you added a reference to the assembly? That's probably what's
missing.
 
I did check the reference and it is indeed there. In fact, I tried to remove
it and re-add it but it doesn't seem to go away.
 
Back
Top