From: Heine F. <hei...@gm...> - 2015-09-21 14:01:24
|
Hi, I am using visual studio 2013 community edition on windows 7 prof. with service pack 1. My firebird is the latest firebird with the latest dot net provider and the latest plugin for visual studio. I am not sure whether my firebird is superserver or superclassic. It definately isn't classic or embedded. When I try the connection string below in visual studio I get the error that follows: User=SYSDBA;Password=masterkey;Database=c:\employee.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=; Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50; Packet Size=8192;ServerType=0; Failure has occurred while loading a type. What does this mean and how can I fix it? Thanks Heine Ferreira |
From: Gerdus v. Z. <ger...@gm...> - 2015-09-22 11:06:09
|
Sounds like troubles I had when I still used datasets. If possible try using EF or something else. Try removing the Role=; part I have in the past had problems with that when using the visual studio components. Also try reinstalling Firebird DDEX Provider for Visual Studio. On Mon, Sep 21, 2015 at 4:01 PM, Heine Ferreira <hei...@gm...> wrote: > Hi, > > I am using visual studio 2013 community edition on windows 7 prof. > with service pack 1. > My firebird is the latest firebird with the latest dot net provider > and the latest plugin for visual studio. I am not sure whether my > firebird is superserver or superclassic. > It definately isn't classic or embedded. > > When I try the connection string below in visual studio I get the > error that follows: > > > User=SYSDBA;Password=masterkey;Database=c:\employee.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=; > Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50; > Packet Size=8192;ServerType=0; > > Failure has occurred while loading a type. > > What does this mean and how can I fix it? > > Thanks > > Heine Ferreira > > > ------------------------------------------------------------------------------ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > -- ------------------------------------------------------------------------ Gerdus van Zyl www.infireal.com |
From: <ni...@ya...> - 2015-09-22 12:06:52
|
Hello folks, i remember this kind of error. I think i got this if a structured dataset includes field with wrong type. Do you get this error while connecting to database? or while reading data into a dataset? best wishes Niels Am 22.09.2015 13:05, schrieb Gerdus van Zyl: > Sounds like troubles I had when I still used datasets. If possible try > using EF or something else. > Try removing the Role=; part I have in the past had problems with that > when using the visual studio components. > Also try reinstalling Firebird DDEX Provider for Visual Studio. > > On Mon, Sep 21, 2015 at 4:01 PM, Heine Ferreira > <hei...@gm... <mailto:hei...@gm...>> wrote: > > Hi, > > I am using visual studio 2013 community edition on windows 7 prof. > with service pack 1. > My firebird is the latest firebird with the latest dot net provider > and the latest plugin for visual studio. I am not sure whether my > firebird is superserver or superclassic. > It definately isn't classic or embedded. > > When I try the connection string below in visual studio I get the > error that follows: > > User=SYSDBA;Password=masterkey;Database=c:\employee.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=; > Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50; > Packet Size=8192;ServerType=0; > > Failure has occurred while loading a type. > > What does this mean and how can I fix it? > > Thanks > > Heine Ferreira > > ------------------------------------------------------------------------------ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > <mailto:Fir...@li...> > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > -- > ------------------------------------------------------------------------ > Gerdus van Zyl > www.infireal.com <http://www.infireal.com> > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Heine F. <hei...@gm...> - 2015-09-22 13:25:37
|
Hi, I get this error when I try to set up a dataset in visual studio 2013 community edition. It looks like the community edition doesn't have the entity framework. When I connect to a database there's no option for entity framework. I am just trying to set up a connection to a Firebird database. H.F. On 22/09/2015, ni...@ya... <ni...@ya...> wrote: > Hello folks, > i remember this kind of error. I think i got this if a structured > dataset includes field with wrong type. > Do you get this error while connecting to database? or while reading > data into a dataset? > best wishes > Niels > > > > Am 22.09.2015 13:05, schrieb Gerdus van Zyl: >> Sounds like troubles I had when I still used datasets. If possible try >> using EF or something else. >> Try removing the Role=; part I have in the past had problems with that >> when using the visual studio components. >> Also try reinstalling Firebird DDEX Provider for Visual Studio. >> >> On Mon, Sep 21, 2015 at 4:01 PM, Heine Ferreira >> <hei...@gm... <mailto:hei...@gm...>> wrote: >> >> Hi, >> >> I am using visual studio 2013 community edition on windows 7 prof. >> with service pack 1. >> My firebird is the latest firebird with the latest dot net provider >> and the latest plugin for visual studio. I am not sure whether my >> firebird is superserver or superclassic. >> It definately isn't classic or embedded. >> >> When I try the connection string below in visual studio I get the >> error that follows: >> >> >> User=SYSDBA;Password=masterkey;Database=c:\employee.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=; >> Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50; >> Packet Size=8192;ServerType=0; >> >> Failure has occurred while loading a type. >> >> What does this mean and how can I fix it? >> >> Thanks >> >> Heine Ferreira >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Firebird-net-provider mailing list >> Fir...@li... >> <mailto:Fir...@li...> >> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >> >> >> >> >> -- >> ------------------------------------------------------------------------ >> Gerdus van Zyl >> www.infireal.com <http://www.infireal.com> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Firebird-net-provider mailing list >> Fir...@li... >> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |