0
votes

I installed NpgsqlDdexProvider-3.1.0, through NuGet added to the project packages Npgsql v.3.0.5, EntityFramework5.Npgsql v.3.0.5, EntityFramework v.5.0.0. I try to add connection to database via Server Explorer and get error:

Failed to find or load the registered .Net Framework Data Provider

My data provider: .Net Framework Data Provider for PostgreSQL (Npgsql Ddex Provider)

My connection string:

Host=localhost;Username=postgres;Password=1;Database=postgres;

How to fix it?

1

1 Answers

0
votes

You must add provider's dll to GAC and assemble of your IDE.