Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-09-18 Thread Freeliner
Looks like I found a small workaround for absence of SQLite DataSource in the list when trying to start New Connection after choosing "Update Model From Database..." or "Generate Database from Model..." from your edmx file: Strangely, but "SQLite Database File" data source *exists* in the same

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-09-18 Thread Joe Mistachkin
Freeliner wrote: > > I still do not see any SQLite DataSource: > > > > I am sure there must be some important step which I have missed after > installation. > I will appreciate any suggestions on this topic. > Are you

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-09-18 Thread Freeliner
The problems in this question closely resemble those which I have met with my project with Visual Studio support. I've followed recommendations by visiting http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki and choosing *sqlite-netFx40-setup-bundle-x86-2010-1.0.94.0.exe* to

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-04-27 Thread Joachim K.
You need to download and install the proper version. This one from the download page works fine for me: sqlite-netFx451-setup-bundle-x86-2013-1.0.92.0.exe Joachim On Fri, Apr 25, 2014 at 12:27 AM, Sean McBride wrote: > Thanks for your reply Joe! > > I think I am just

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-04-24 Thread Sean McBride
Thanks for your reply Joe! I think I am just not getting across exactly where I expect SQLite to show up. I am pretty sure it is supposed to be there because there are tutorials floating around that show screen shots with the SQLite source showing up where I would expect it to. For example,

Re: [sqlite] Provider not showing up in .Net Model import wizard

2014-04-24 Thread Joe Mistachkin
Sean McBride wrote: > > I installed the NuGet packages (the one with all 3 modules) into my C# project. > > I want to import an existing SQLite DB and create a Entity Data Model from it. > But, when I try to generate from database, the data source and provider do not > appear in the list. >

[sqlite] Provider not showing up in .Net Model import wizard

2014-04-24 Thread Sean McBride
First, I am a long time SQLite user, (first time on .Net). I installed the NuGet packages (the one with all 3 modules) into my C# project. I want to import an existing SQLite DB and create a Entity Data Model from it. But, when I try to generate from database, the data source and provider do