[sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-23 Thread Mersahin
I have the same problem on these conditions --> .net 2013 +updates you said. --> EF 6.1.2 --> 1.0.95.0 also --> .net 2015 CTP --> EF 6.1.2 --> 1.0.95.0 both of them return exception such as "Unable to determine the provider name for provider factory of type

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-10 Thread Walter Williams
nt: Monday, February 09, 2015 4:01 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation Walter Williams wrote: > > Nothing changed after installing it. > What steps in the IDE are you taking to get to that point? Have

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-09 Thread Joe Mistachkin
Walter Williams wrote: > > Nothing changed after installing it. > What steps in the IDE are you taking to get to that point? Have these steps worked in the past? I'm asking these questions because I'm not completely sure that the System.Data.SQLite provider supports the various "code first"

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-09 Thread Walter Williams
users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, February 09, 2015 3:17 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation Walter Williams wrote: > > I am still

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-09 Thread Joe Mistachkin
Walter Williams wrote: > > I am still getting the same error. > Do you have the following package installed? https://www.microsoft.com/en-us/download/details.aspx?id=40762 Whether or not the above is required for Visual Studio 2013 is unclear; however, I don't think it can hurt to try

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-09 Thread Walter Williams
users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Friday, February 06, 2015 5:56 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation I think I've figured out a wa

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-06 Thread Joe Mistachkin
I think I've figured out a way to solve the "config file issue". I've rebuilt all the pre-release packages, including the NuGet packages. Could you please try your scenario again? -- Joe Mistachkin ___ sqlite-users mailing list

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-05 Thread Joe Mistachkin
Walter Williams wrote: > > I noticed in the configuration of App.config after the packages > are installed, the defaultConnectionFactory refers to > System.Data.Entity.Infrastructure.SqlConnectionFactory, and there is a > provider System.Data.Entity.SqlServer.SqlProviderServices in addition to

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-05 Thread Walter Williams
- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Wednesday, February 04, 2015 9:22 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation Walte

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-04 Thread Joe Mistachkin
Walter Williams wrote: > > I received the same result. > Is that the same error message you posted before (i.e. "Unable to complete operation. The supplied SqlConnection does not specify an initial catalog or AttachDBFileName.")? That particular error message leads me to believe that the Entity

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-04 Thread Walter Williams
users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Wednesday, February 04, 2015 12:07 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation Walter Williams wrote: > &g

Re: [sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-04 Thread Joe Mistachkin
Walter Williams wrote: > > Is this a bug in the package or am I missing something? > It may be a "bug" in the System.Data.SQLite 1.0.94.0 packaging. Several people have reported issues; however, it seems to depend on the number of updates installed for Visual Studio 2012 / 2013. Could you

[sqlite] Repost: Having problems with Entity Framework code first db creation

2015-02-03 Thread Walter Williams
I'm trying to use a code first model using the System.Data.SQlite NuGet (v1.0.94.1) package and Entity Framework. I'm using VS 2013. I have defined my objects, but when I try to create a new database file using them, I get an error "Unable to complete operation. The supplied SqlConnection does