Npgsql - Where can I find Npgsql.NpgsqlServices

Started by Mike Christensenover 12 years ago4 messagesgeneral
Jump to latest
#1Mike Christensen
mike@kitchenpc.com

It seems I need NpgsqlServices to use Npgsql with EF6, however I can't
figure out where you get this thing!

I've tried installing it through NuGet:

PM> Install-Package Npgsql -pre
Installing 'Npgsql 2.0.14.1'.
Successfully installed 'Npgsql 2.0.14.1'.
Adding 'Npgsql 2.0.14.1' to EFTest.
Successfully added 'Npgsql 2.0.14.1' to EFTest.

However, this doesn't have it. I've also tried installing the beta from:

http://pgfoundry.org/frs/download.php/3494/Npgsql2.0.13.91-bin-ms.net4.5Ef6.zip

No luck there. Any ideas?

Mike

#2Francisco Figueiredo Jr.
francisco@npgsql.org
In reply to: Mike Christensen (#1)
Re: Npgsql - Where can I find Npgsql.NpgsqlServices

Hi, Mike.

We are working to get EF6 properly supported and our master branch already
has support for it.
Unfortunately pgfoundry is down at the moment.

Please, if you can compile Npgsql from source code, please get a current
snapshot from github and give it a try: https://github.com/npgsql/Npgsql and
directly https://github.com/npgsql/Npgsql/archive/master.zip
Just open the project on visual studio and select the correct configuration
(net-45) and you will get Npgsql.dll and Npgsql.EntityFramework.dll in the
EntityFramework/bin folder.

I hope it helps.

Let me know if you have any question.

On Thu, Dec 12, 2013 at 1:24 AM, Mike Christensen <mike@kitchenpc.com>wrote:

It seems I need NpgsqlServices to use Npgsql with EF6, however I can't
figure out where you get this thing!

I've tried installing it through NuGet:

PM> Install-Package Npgsql -pre
Installing 'Npgsql 2.0.14.1'.
Successfully installed 'Npgsql 2.0.14.1'.
Adding 'Npgsql 2.0.14.1' to EFTest.
Successfully added 'Npgsql 2.0.14.1' to EFTest.

However, this doesn't have it. I've also tried installing the beta from:

http://pgfoundry.org/frs/download.php/3494/Npgsql2.0.13.91-bin-ms.net4.5Ef6.zip

No luck there. Any ideas?

Mike

--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

#3Mike Christensen
mike@kitchenpc.com
In reply to: Francisco Figueiredo Jr. (#2)
Re: Npgsql - Where can I find Npgsql.NpgsqlServices

Thanks! Got it working after messing around for a while..

I decided to check out EF for a new project I'm working on. So far, I
think I like NHibernate better. A lot more control, and works flawlessly
with Postgres and Npgsql.

Mike

On Thu, Dec 12, 2013 at 8:34 AM, Francisco Figueiredo Jr. <
francisco@npgsql.org> wrote:

Show quoted text

Hi, Mike.

We are working to get EF6 properly supported and our master branch already
has support for it.
Unfortunately pgfoundry is down at the moment.

Please, if you can compile Npgsql from source code, please get a current
snapshot from github and give it a try: https://github.com/npgsql/Npgsql and
directly https://github.com/npgsql/Npgsql/archive/master.zip
Just open the project on visual studio and select the correct
configuration (net-45) and you will get Npgsql.dll and
Npgsql.EntityFramework.dll in the EntityFramework/bin folder.

I hope it helps.

Let me know if you have any question.

On Thu, Dec 12, 2013 at 1:24 AM, Mike Christensen <mike@kitchenpc.com>wrote:

It seems I need NpgsqlServices to use Npgsql with EF6, however I can't
figure out where you get this thing!

I've tried installing it through NuGet:

PM> Install-Package Npgsql -pre
Installing 'Npgsql 2.0.14.1'.
Successfully installed 'Npgsql 2.0.14.1'.
Adding 'Npgsql 2.0.14.1' to EFTest.
Successfully added 'Npgsql 2.0.14.1' to EFTest.

However, this doesn't have it. I've also tried installing the beta from:

http://pgfoundry.org/frs/download.php/3494/Npgsql2.0.13.91-bin-ms.net4.5Ef6.zip

No luck there. Any ideas?

Mike

--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

#4Francisco Figueiredo Jr.
francisco@npgsql.org
In reply to: Mike Christensen (#3)
Re: Npgsql - Where can I find Npgsql.NpgsqlServices

On Thu, Dec 12, 2013 at 2:55 PM, Mike Christensen <mike@kitchenpc.com>wrote:

Thanks! Got it working after messing around for a while..

Great! I'm glad to hear it.

I decided to check out EF for a new project I'm working on. So far, I
think I like NHibernate better. A lot more control, and works flawlessly
with Postgres and Npgsql.

:)

EF support in Npgsql is very new and we are lacking a lot of features. We
hope to improve this support in the next versions.

Please, let us know if you have any other question or need any assistance.

Mike

On Thu, Dec 12, 2013 at 8:34 AM, Francisco Figueiredo Jr. <
francisco@npgsql.org> wrote:

Hi, Mike.

We are working to get EF6 properly supported and our master branch
already has support for it.
Unfortunately pgfoundry is down at the moment.

Please, if you can compile Npgsql from source code, please get a current
snapshot from github and give it a try: https://github.com/npgsql/Npgsql and
directly https://github.com/npgsql/Npgsql/archive/master.zip
Just open the project on visual studio and select the correct
configuration (net-45) and you will get Npgsql.dll and
Npgsql.EntityFramework.dll in the EntityFramework/bin folder.

I hope it helps.

Let me know if you have any question.

On Thu, Dec 12, 2013 at 1:24 AM, Mike Christensen <mike@kitchenpc.com>wrote:

It seems I need NpgsqlServices to use Npgsql with EF6, however I can't
figure out where you get this thing!

I've tried installing it through NuGet:

PM> Install-Package Npgsql -pre
Installing 'Npgsql 2.0.14.1'.
Successfully installed 'Npgsql 2.0.14.1'.
Adding 'Npgsql 2.0.14.1' to EFTest.
Successfully added 'Npgsql 2.0.14.1' to EFTest.

However, this doesn't have it. I've also tried installing the beta from:

http://pgfoundry.org/frs/download.php/3494/Npgsql2.0.13.91-bin-ms.net4.5Ef6.zip

No luck there. Any ideas?

Mike

--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior