SqlClient missing in .Net CF 2.0?

Hi

I notice that on CF 2.0 SqlClient namespace is missing...
I was using it on CF 1.0

How to connect to a remote SQL Server then

Carlo


Answer this question

SqlClient missing in .Net CF 2.0?

  • Bill_Gates

    Yes,

    I write "Imports System.Data" and add a reference to System.Data in my project.
    No SqlClient namespace is accessible.


  • Sugi

    Obvious answer but I have to ask. Did you make sure you added the appropriate references and using/import statements

  • DarkoSK

    It's in System.Data.SqlClient.dll. Also, it's in a separate CAB.

  • SqlClient missing in .Net CF 2.0?