Unable to locate SqlServerCe on CF 2.0

  • Thread starter Thread starter Renji Panicker
  • Start date Start date
R

Renji Panicker

Hello all,


I just installed the CF 2.0 but am unable to find the
System.Data.SqlServerCe.dll, and therefore unable add any references to

it.


If I try using it nonetheless, I get the error:
"The type or namespace name 'SqlServerCe' does not exist in the
namespace 'System.Data' (are you missing an assembly reference?)"


Though not relevant, I have installed SQL Server Express as well.


Is there something I am missing?


Any help/pointers would be appreciated.


Regards,
-/renji
 
When you open "Add references" dialogbox, System.Data.SqlServerCE DLL
should appear there.

Anywhere, if it does not, you can the DLL at:

C:\Archivos de programa\Microsoft Visual Studio 8\SmartDevices\SDK\SQL
Server\Mobile\v3.0

Hope it helps.

Regards.
 
Renji,

You don't have to copy the .dll manually.
Just add a reference to System.Data.SqlServerCe and deploy your
application.
The neccesary files wil be copied for you.
 
Back
Top