I'm having this problem that's blocking me for over 4 days now. I'm developing a WCF webservice and tried connecting to my Postgresql database via Visual Studio 2010. I installed Npgsql, EntityFramework, LinqToPostgresql, and also Devart DotConnect for Postgresql, Shaolinq... All that with NugetPackage Manager. I also installed Entity Developer.
I managed to create a connexion to my Postgresql database, but when I try to create a model out of my database (I add a new Devart Linq to SQL Model item), Postgresql provider doesn't show up in the combobox! Here are some screenshots for more clarification :



Here in the provider combobox I only get 3 choices :
.NET Framework Data Provider for Microsoft SQL Server Compact 3.5
.NET Framework Data Provider for Microsoft SQL Server Compact 4.0
.NET Framework Data Provider for Sql Server
Here's a screenshot to the references added to my project :

Thanks in advance for your help!