Hello everybody,
I am a new user of SharpDevelop and i want to connect to a PostgreSQL database but when i try to add a connection, i have only the MS SQL Server driver.
I use SharpDevelop version 4.4.0, .Net Framework 4.0.
I have run gacutil -i Npgsql.dll and i find npgsql.dll in C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Npgsql\v4.0_2.0.14.3__5d8b90d52f46fda7
What is missing ?
What must i do to be able to access the PostgreSQL driver in the connection choice ?