visual studio->工具/Nuget套件管理員/套件管理器主控台/
執行如下命令
PM> install-package Npgsql
完成。
---------------------------------
程式中用了
using Npgsql
出現下列的錯誤,解決方法如上述.
Error CS0246: The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (pgsqlExample2)