From: Alexandre S. <soa...@ho...> - 2005-04-24 20:50:50
|
Hi, I developped a web application on a windows platform using the microsoft .net framework 1.1 and the firebird data provider for .net. My app connects to a firebird databse which is installed on my linux box. Everything works fine. I ported my application to mono 1.1.6 and everything is ok, except the pages that connect to the databse. I get the following error: FirebirdSql.Data.Firebird.FbException: I/O error during "open" operation for file "MyDatabse.fdb" Error while trying to open file in <0x000a8> FirebirdSql.Data.Firebird.FbDbConnection:Connect () in (wrapper remoting-invoke-with-check) FirebirdSql.Data.Firebird.FbDbConnection:Connect () in <0x0004a> FirebirdSql.Data.Firebird.FbConnectionPool:create () If I try with my web app on windows, it connects fine to the databse. My connection string looks like: Database=MyDatabse.fdb;User=SYSDBA;Password=masterkey;Dialect=3;Server=192.168.0.3 I also replaced the Firebird Data Provider dll to use the one for mono in my mono web app bin directory. Does anyone have an idea what's wrong? Thank you very much, Alexandre Soares |