Re: [GENERAL] Asp.net 5 and EF6

2016-02-07 Thread FarjadFarid(ChkNet)
expecting another. At least this is one of the problems. -Original Message- From: Arjen Nienhuis [mailto:a.g.nienh...@gmail.com] Sent: 06 February 2016 16:53 To: FarjadFarid(ChkNet) Cc: pgsql-general Subject: Re: [GENERAL] Asp.net 5 and EF6 On Thu, Feb 4, 2016 at 5:46 PM, FarjadFarid

Re: [GENERAL] Asp.net 5 and EF6

2016-02-06 Thread Arjen Nienhuis
On Thu, Feb 4, 2016 at 5:46 PM, FarjadFarid(ChkNet) wrote: > > > Hi I am trying to use certain features of Asp.net 5 using postgresql using > EF6. > I think you can use EF6, but not with .NET Core. It's possible to use Aap.net 5 without .NET Core. > > > I have downloaded the latest unstable vers

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread John R Pierce
On 2/4/2016 2:34 PM, FarjadFarid(ChkNet) wrote: It looks like builds versioning number but not sure if anyone has tried asp.net 5 or not? I personally don't use ASP.NET anything. The people I know who do develop software for .NET generally try and stay with the lowest common denominator, so

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread FarjadFarid(ChkNet)
Subject: Re: [GENERAL] Asp.net 5 and EF6 On 2/4/2016 9:52 AM, FarjadFarid(ChkNet) wrote: > I am not using EF7. It is actually EF6 under full .net 5 then why is the error... > NU1007 Dependency specified was EntityFramework7.Npgsql >=1.0.0 but > ended with EntityFramework7.Npgsql 1.0.0

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread Adrian Klaver
to use EF6 under a separate .net project. Any suggestion? -Original Message- From: Adrian Klaver [mailto:adrian.kla...@aklaver.com] Sent: 04 February 2016 17:00 To: FarjadFarid(ChkNet); pgsql-general@postgresql.org Subject: Re: [GENERAL] Asp.net 5 and EF6 On 02/04/2016 08:46 AM, FarjadF

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread John R Pierce
On 2/4/2016 9:52 AM, FarjadFarid(ChkNet) wrote: I am not using EF7. It is actually EF6 under full .net 5 then why is the error... NU1007 Dependency specified was EntityFramework7.Npgsql >=1.0.0 but ended with EntityFramework7.Npgsql 1.0.0 ?? -- john r pierce, recycling bits in santa cruz

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread FarjadFarid(ChkNet)
I am not using EF7. It is actually EF6 under full .net 5 -Original Message- From: Adrian Klaver [mailto:adrian.kla...@aklaver.com] Sent: 04 February 2016 17:29 To: FarjadFarid(ChkNet); pgsql-general@postgresql.org Subject: Re: [GENERAL] Asp.net 5 and EF6 On 02/04/2016 09:18 AM

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread Adrian Klaver
se EF6 under a separate .net project. Any suggestion? -Original Message- From: Adrian Klaver [mailto:adrian.kla...@aklaver.com] Sent: 04 February 2016 17:00 To: FarjadFarid(ChkNet); pgsql-general@postgresql.org Subject: Re: [GENERAL] Asp.net 5 and EF6 On 02/04/2016 08:46 AM, FarjadFarid(ChkNe

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread FarjadFarid(ChkNet)
m] Sent: 04 February 2016 17:00 To: FarjadFarid(ChkNet); pgsql-general@postgresql.org Subject: Re: [GENERAL] Asp.net 5 and EF6 On 02/04/2016 08:46 AM, FarjadFarid(ChkNet) wrote: > Hi I am trying to use certain features of Asp.net 5 using postgresql > using EF6. > > I have downloaded

Re: [GENERAL] Asp.net 5 and EF6

2016-02-04 Thread Adrian Klaver
On 02/04/2016 08:46 AM, FarjadFarid(ChkNet) wrote: Hi I am trying to use certain features of Asp.net 5 using postgresql using EF6. I have downloaded the latest unstable version of npgsql and tried to connect to my db. But no luck. I am not a nppsql user, so some generic question. Can you expl

[GENERAL] Asp.net 5 and EF6

2016-02-04 Thread FarjadFarid(ChkNet)
Hi I am trying to use certain features of Asp.net 5 using postgresql using EF6. I have downloaded the latest unstable version of npgsql and tried to connect to my db. But no luck. I have posted a request to stackoverflow.com but haven't had any response at all. It is easy to con