[Mono-list] Npgsql

Kevin B. db@ke5in.com
Wed, 24 Nov 2004 09:24:25 -0500 (EST)


Hi,

I'm trying to use Npgsql but when I compile the test program I get:
The namespace `Npgsql' can not be found (missing assembly reference?)(CS0246)

I could not find the Npgsql.dll on my system so I downloaded the latest
beta from the GBorg site and did this:

[root@localhost mono]# gacutil -i Npgsql.dll
Npgsql installed into the gac (/usr/lib/mono/gac)

But when I go to Edit References>GAC tab in MonoDevelop I do not see
Npgsql in the list.  (Maybe the Npgsql assembly is listed under a differnt
name?)

Thanks for any ideas,
Kevin