I have installed the sp1 for visual studio 2010 and installed sql server ce 4 runtime. But still not able to create connection to the sql ce database using standart data provider.

This is how my Select DataProvider Dialog looks like now. Change data source dialog

Please help.

P.S. Does not know if it matters, but I have tested this with console application and winforms application both targeted at .Net 4.0

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

You must install the SQL Server Compact 4 tools via Web PI, as described here: http://erikej.blogspot.com/2010/12/visual-studio-tools-for-sql-server.html

link|improve this answer
Ok thanks will test it today. – v00d00 Mar 21 '11 at 13:52
1  
updated link download.microsoft.com/download/0/5/D/… – taherchhabra Sep 11 '11 at 13:18
feedback

You can use this project/Tool to open/create sql ce databases:

SQL SERVER CE QUERY TOOL

And have a look at this:

Everything SQL Server Compact

Regards

link|improve this answer
This can be helpfull, but this one should be supported by visual studio, or atleast ms sql server management studio (which is also installed). I do not belive that technology creator does not include it support in tooling. – v00d00 Mar 20 '11 at 23:23
Yup this is just a tool even without visual studio and ssms. But its function is almost the same and easy to use as what we are using ssms. – Crimsonland Mar 20 '11 at 23:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.