[Mono-list] ResourceManager and Firebird .NET Data Provider on Mono

Daniel Morgan danmorg@sc.rr.com
Sun, 3 Nov 2002 17:40:37 -0500


Who understands resgen.exe and the ResourceManager class in Mono?

I'm trying to get the Firebird.NET data provider to work with Mono, but I am
having difficulties.

Thanks,
Daniel

-----Original Message-----
From: Carlos Guzmán Álvarez [mailto:carlosga@telefonica.net]
Sent: Sunday, November 03, 2002 3:43 PM
To: Daniel Morgan
Subject: Re: Firebird .NET Data Provider on Mono


Hello:

> I'm trying to get the Firebird .NET Data Provider to work on Mono.

Thanks, for testing this :))

> I try a connection string of:
> "Database=EMPLOYEE.GDB;User=SYSDBA;Password=masterkey;Server=localhost"
>
> I get exceptions with:
> No message for code 335544344 found.
> No message for code 335544734 found.


This is a problem with resource files, there are two resource files in
Resources directory that are compiled into FirebirdSql.Data.Firebird.dll
this resource files are generated with resgen.exe program of the .net
framework, and for using it in the provider i use ResourceManager class.

 >> No message for code 335544344 found.

335544344=I/O error during "{0}" operation for file "{1}"

 >> No message for code 335544734 found.

335544734=Error while trying to open file


Seems that the EMPLOYEE.GDB database is not accesible can you try with
the full path in the connection string.

> By the way,  I tried looking for your mailing list or newsgroup, and I
> could
> not find it anywhere.  I found something at Sourceforget.net that was a
> firebird .net data provider, but i didn't see you as one of the
> developers.
> So, i think it was another project.


There are a mailing list you can subscribe to it here:

http://lists.sourceforge.net/lists/listinfo/firebird-net-provider

You can download the last version of the provider ( Alpha 2 ) here:

http://prdownloads.sourceforge.net/firebird/Firebird-NetProvider-1.0_Alpha2.
zip?download

An the sources here:

http://prdownloads.sourceforge.net/firebird/Firebird-NetProvider-1.0_Alpha2_
Source.zip?download

The project page is:

http://sourceforge.net/projects/firebird


> If I can get your provider to work with Mono, I will put a link up at
> http://www.go-mono.com/ado-net.html that it works with Mono to connect to
> Firebird/Interbase databases.

This is very interesting thanks very much :))


If you have any problem do not doubt on send a mail to me :)).


Best regards
Carlos Guzmán Álvarez
Vigo-Spain