Visual C++
Visual Studio
SQL Server
Windows Live
Visual J#
Visual FoxPro
Windows Vista
.NET Development
Smart Device
Microsoft ISV
Visual Basic
Architecture
VS Express Editions
Visual C#
Windows Forms
Software Development Network>> Smart Device>> SqlClient missing in .Net CF 2.0?
SqlClient missing in .Net CF 2.0?
Hot Topic
I am getting Native exception while doing backgroung synchrnization.
DG CurrentCell.ColumnNumber - HELP!!
HTML Viewer Control that does not use Htmlview.dll?
Screenshot / signature capture no longer working
Turning off Wireless Radio
error: 0x80070003 - problem deploying cf 2.0 programs to the device emulator
SHDoneButton in VS 2005
App Idle Timeout
DataGrid binded to a list of custom objects
Capture Image??
Smart Device
Problem xml-serializing Contact object
Developing app for custom SDK with VS'05
BindingSource bind to a dataset
Missing Windows 2005 templates
Saving to NVRAM - Filesystem?
Debugging and deployment problems on WM5.0
Strategy/technology choice for Mobile App on VS 2005
Aligning the Text on a Button Control (cf 2.0)
Converting CEDB to EDB
does CF support Asynchronous call back??
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?
Answer this question
SqlClient missing in .Net CF 2.0?
Bill_Gates
I write "Imports System.Data" and add a reference to System.Data in my project.
No SqlClient namespace is accessible.
Sugi
DarkoSK