System.ArgumentException:'不支持的关键字:'host'。'

时间:2018-11-14 09:25:15

标签: postgresql asp.net-core-2.0

从asp.net核心应用程序连接PostgreSQL时出现以下错误。

  

System.ArgumentException:'不支持的关键字:'host'。

连接字符串:

"DefaultConnection": "Host=localhost;Database=MyDB;Username=postgres;Password=pwd;  Pooling=true"

enter image description here

1 个答案:

答案 0 :(得分:1)

创建一个小的控制台应用程序,并使用NpgSql尝试使用相同的连接字符串进行连接。

添加 npgsql package from nuget,并使用您的conn字符串尝试从这里npgsql getting started的“入门”片段