Reputation: 1825
I can't use SQL Server CE 4.0 as a data provider in Visual Studio, only 3.5, but it was installed, in machine.config
I see SQL Server CE 4.0, but tokens of versions was equals. Help what need to do that i was able to use it in VS?
screen1:
screen2:
Upvotes: 0
Views: 418
Reputation: 69362
See if installing SQL CE Tools for Visual Studio (direct download link) fixes that. The link was provided from this blog post by Scott Guthrie:
Once SP1 is installed, you’ll also then need to install the SQL CE Tools for Visual Studio download. This is a separate download that enables the SQL CE tooling support for VS 2010 SP1.
Upvotes: 3