Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 has no SQL Server CE Data Provider

I would like create an ADO.NET Entity Model from an existing SQL Server CE database. But when I want to Generate Database from Model, there is no list of SQLite provider. Only have the ones for SQL Server. I have installed the SQL Server Compact Toolbox and the sqlite-netFx45-setup-bundle-x86-2012-1.0.89.0.exe already. What is wrong! Did I miss something?

thanks, stevo

like image 358
stevo Avatar asked Nov 22 '13 21:11

stevo


1 Answers

You're right, it's not there. If you'd like to regain the SQLServerCE functionality on your VS2013 you can install the SQL Server Compact Toolbox:

http://visualstudiogallery.msdn.microsoft.com/0e313dfd-be80-4afb-b5e9-6e74d369f7a1

like image 181
Yushell Avatar answered Nov 04 '22 08:11

Yushell