RE: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Yvan Pochon
: Re: [Firebird-net-provider] Connection to datasource using VS 2005 Hello: > No beta release has been installed. I just install the release provided by > msdn, disc 3070 december 2005. Ok :) And did you have Visual Studio SDK installed ?? -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Carlos Guzmán Álvarez
Hello: No beta release has been installed. I just install the release provided by msdn, disc 3070 december 2005. Ok :) And did you have Visual Studio SDK installed ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ "When you don't code, you tend to become one of those ar

RE: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Yvan Pochon
connect to a SQLExpress data base Regards Yvan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jiri Cincura Sent: 18 April 2006 13:01 To: firebird-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] Connection to datasource using VS 2005

RE: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Yvan Pochon
@lists.sourceforge.net Subject: Re: [Firebird-net-provider] Connection to datasource using VS 2005 Hello: > I get the following error message > > "Failure has occurred while loading a type." In that computer was installed any Visual Studio Beta before have installed the Final Vi

Re: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Carlos Guzmán Álvarez
Hello: I get the following error message "Failure has occurred while loading a type." In that computer was installed any Visual Studio Beta before have installed the Final Visual Studio version ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ "When you don't c

Re: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Jiri Cincura
On 18.4.2006 12:21 Yvan Pochon wrote: Do you mean the provider registration into "machine.config" ? Yes I have done it as following And do you have assembly in GAC? Try to add hard direct reference into application config file. -- Jiri Cincura http://www.cincura.net/ --

RE: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Yvan Pochon
rebird-net-provider] Connection to datasource using VS 2005 On 18.4.2006 11:32 Yvan Pochon wrote: > string: > > User=SYSDBA;Password=masterkey;Database=d:\ibserver\test.gdb;Datasource=loc > alhost > > I get the following error message > > "Failure has occurred whil

Re: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Jiri Cincura
On 18.4.2006 11:32 Yvan Pochon wrote: string: User=SYSDBA;Password=masterkey;Database=d:\ibserver\test.gdb;Datasource=loc alhost I get the following error message "Failure has occurred while loading a type." I have seen that someboby has already ask a similar question but I c

[Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Yvan Pochon
Hi, Comming from Dephi using Firebird database, I just start try the Visual Studio 2005 professional edition IDE with C#. I have downloaded the Firebird .Net Data Provider and install it as described. Everything is fine until I try to enter the connection string into a VS test programm in C#. The