0
votes

I am not able to show SQLite option while I'm going to add Entity framework via wizard in Visual Studio 2012 and Framework 4.5.

I have used below link:

http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

but still I'm not able to show it.

1
you want to show it when you are making a deployment? - M. Adeel Khalid
yes , when i'm going to add Entity framework at that time unable to show the option of SQLite in data source. - Azhar Ansari

1 Answers

0
votes

There is no need to add Sqlite from wizard,you just need to add the .dll to your File System Editor while making a deployment. Here is the full tutorial of how you can achieve this. include sqlite while build setup exe

Hope it helps.