[Mono-list] Npgsql 0.7beta5 is out.

Gabriel Gunderson Gabriel Gunderson <ggundy@gmail.com>
Tue, 15 Feb 2005 14:05:39 -0700


> Hi all,
> 
> I'd like to say that Npgsql version 0.7beta5 is out.
> 
> Npgsql is a .Net Provider for Postgresql 7.x and above.
> 
> More info about it can be found at:
> 
> http://www.mono-project.com/contributing/postgresql.html
> and
> http://gborg.postgresql.org/project/npgsql
> 
> Please check full release notes here:
> http://gborg.postgresql.org/project/npgsql/cvs/co.php/Npgsql/src/Npgsql/RELEASENOTES.txt?r=1.11&Horde=00277d084cd53549811fb36f38ff7cf2
> 
> Mono svn HEAD is already updated with this version.
> 
> Please, give it a try and let me know of any problems you get.
> 
> Thanks in advance.
> 
> - --
> Regards,
> 
> Francisco Figueiredo Jr.

Francisco,

I've downloaded that latest buil and installed it into my gac but it
still looks for System.Windows.Forms.  Is there somthing I missed
about this build?

This is my output:
mcs -r System.Data -r Npgsql test.cs

** (/usr/lib/mono/1.0/mcs.exe:6443): WARNING **: Could not find
assembly System.Windows.Forms, references from
/usr/lib/mono/1.0/Npgsql.dll (assemblyref_index=5)
     Major/Minor: 1,0
     Build:       5000,0
     Token:       b77a5c561934e089
System error: No such file or directory

error CS0006: Cannot find assembly `Npgsql'
Log:

Compilation failed: 1 error(s), 0 warnings


Thanks for everything,
Gabe