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.30319\CONFIG and %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\CONFIG to Npgsql version 3.1.6
When I go to add the ADO.NET Entity Data, I check model from the database. Set the connection (it tests good). Upon returning from the connection window, the Wizard closes immediately.
How are the newest versions of EntityFramework6 and Npgsql installed for ADO.NET?
TIA
