How to install Npgsql as a data provider for ADO.NET Entity Framework?
问题 I have read all that I can find, but no luck. In Visual Studio 2015 Community, here is what I did (with no luck): Ran: Setup_NpgsqlDdexProvider. This installed Npgsql 3.0.7 and EntityFramework 6.0.0. It also installed Npgsql 3.0.7 in the GAC and the machine.config. install EntityFramework6.Npgsql Updated the Npgsql (with Nuget) to version 3.1.6 Updated the EntityFramework to version 6.1.3 Updated the GAC to Npgsql 3.1.6 changed the machine.config at %SystemRoot%\Microsoft.NET\Framework\v4.0