npgsql / npgsql

Npgsql is the .NET data provider for PostgreSQL.
http://www.npgsql.org
PostgreSQL License
3.28k stars 822 forks source link

Problems with the use Npgsql DDEX Provider with ADO.net Entity Data Model Wizard #1310

Closed nelsonarcas closed 8 years ago

nelsonarcas commented 8 years ago

Hello good afternoon I'm starting to use the Npgsql, and need much of a help I can`t to find where is my mistake when using the ADO.NET Entity Data Model with Npgsql DDEX provider, there may be some topic to explain but could not locate.

I'm using a connection that I verified by Server Manager (Test), but to use the same with the ADO.net Entity Data Model Wizard after clicking the Next button, simply closes and does not generate any information and or error menssage.

I generated the same problem in both Visual Studio 2015 Professional version as the Community 2015 version.

I will put the step as a step to do to simulate the error, thank you very much in advance anyone who can help.

I am using the following references PostgresSQL-x64-9.5 Visual Studio 2015 Community - Update 3 language C# referencias

1) Add a new connection via the Server Manager

adicionar_conexao_01

2) select the source Source data as PostgreSQL Database

adicionar_conexao_02

3) Connection settings and test successfully conducted provedor

sucesso

4) See below the result of the connection, it was possible to communicate with the database and table structures.

resultado_esquema

5) Add a new item (ADO.NET Entity Data Model) with the name "ModeloPGTeste" novo_01 novo_02

6) Select "EF Desginer from Database" ef_database

7) Selected configured and validated previously connection "Test" configure

When you click the forward button, generates the problem, the screen simply disappears and does not return any error and does not generate anything in the app.config file

img_appconfig

thank Nelson

nelsonarcas commented 8 years ago

I managed to solve my problem by following the instructions # 1299

Thank you, Nelson