[Firebird-net-provider] provider in development and in production

2008-12-17 Thread Dabiel
When I develop in a local computer with DDEX, I need to remove the FirebirdSql.Data.FirebirdClient from DbProviderFactories, in web.config When I upload the project to a web hosting service without DDEX, I need to add the FirebirdSql.Data.FirebirdClient in DbProviderFactories. It is easy for

[Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I am trying to work in ASP without installing the DDEX.I use VS2005, ASP Net 2.0, Firebird 2.0.1 and the Firebird provider client. I have added the FirebirdSql.Data.FirebirdClient reference in the ASP project My code is: SqlDataSource ds = new SqlDataSource(

[Firebird-net-provider] Virtual Private Server for Firebird

2008-12-01 Thread Dabiel
I am developing a solution based in ASP and Firebird, now my concern is how to install it in a web server. Do somebody has experience installing Firebird + ASP .NET in a Virtual Private Server (VPS)? Is it possible? Are there other solution? I understand that it is not possible in a web

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I know but before to install DDEX, I would like to know why this simple example does not work. It could be the origin of future problems in servers without DDEX. Thank you - This SF.Net email is sponsored by the Moblin

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
Yes, I use the web.config file: assemblies add assembly=System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A/ add assembly=ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A/ add assembly=FirebirdSql.Data.FirebirdClient, Version=2.0.1.0,

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Dabiel
I am sorry a lot, it was the problem. We say missing the forest for the trees. Thank you Jiri Cincura wrote: On Mon, Dec 1, 2008 at 13:04, Dabiel [EMAIL PROTECTED] wrote: It is possible that I am mixing this, sorry, I am new on this, but I would like to know why the posted example does

[Firebird-net-provider] Failure has occurred while loading a type

2008-12-01 Thread Dabiel
I installed DDEX, I can see the Firebird provider in the Server Explorer. I add a connection, select FB, enter the connection string but when I click Enter, I get Failure has occurred while loading a type. I have been looking for the web, it seems something related with the Microsoft Windows