SQL Server Compact Edition 3.5 with .net Framework 3.5 SP1 and VS2010

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span style="font-family:Times; font-size:medium
<div style=" <span>Hi,<br/>
<br/>
Im developing vb.net project with .net framework 3.5 in VS2010 and I need to use SQL Server CE. I have .net Framework 3.5 SP1 and SQL Server CE SP2 installed.<br/>
<br/>
Im having two problems:<br/>
<br/>
First, when I select 3.5 as the target framework, VS2010 doesnt recognize the <span style="font-family:Segoe UI,Verdana,Arial; font-size:13px System.Data.SqlServerCe <span> namespace.<br/>
<br/>
Second, with .net 4.0, the namespace is recognized and the SqlCeDataAdapter , SqlCeConnection , etc., controls are available in the Toolbox but theres no configuration wizards, for example, when you drag an OledbDataAdapter
to a form, a configuration wizard pops up and you can automatically create a connection and then a typed dataset which is really useful.<br/>
<br/>
Already tried with SQL Server CE 3.5 first release and with SQL Server CE SP1 and the result is the same.<br/>
<br/>
Any help is appreciated, thanks.


View the full article
 
Back
Top