I succeeded in accessing an existing postgresql dbase by using npgsql directly. I used for this:
I was confused while 3 days becuase the same problem.
But, I found solve this problem:
install .vsix file in your visual studio environment. https://github.com/npgsql/npgsql/releases/tag/v3.1.8 (NpgsqlDdexProvider)
install Npgsql and EntityFramework6.Npgsql by Nuget Package Manager.
Build your project. (For apply configuration of modified App.xaml by Nuget)
You can use ADO.NET Entity Model Generation.
Also, dotConnect not support Entity Model in Express version. It supported in only commercial version.
But currently, Npgsql has immediately close bug in EDM. so, I finding solution.