From: Pavol S. <st...@st...> - 2003-02-10 23:22:27
|
ok it works now. i see you are night bird like me :) please test my program... you can fill databse by random words, but please make there more then 10000 records and try to generate more then 40000 different words... i think that random generation of words between 5-15 char will work... I have problem that program halts after 120 seconds... Im now trying different versions of firebird and interbase to see if problem is not digged there... p. |
From:
<car...@te...> - 2003-02-10 23:29:59
|
Hello: > ok it works now. > > i see you are night bird like me :) > > please test my program... you can fill databse by random words, but please > make there more then 10000 records and try to generate more then 40000 > different words... i think that random generation of words between 5-15 char > will work... I have problem that program halts after 120 seconds... Im now > trying different versions of firebird and interbase to see if problem is not > digged there... Attached to this email are the files a bit modified :), i have added Dispose calls for commands and datareader, i'm making test without data no and without the Dispose calls the firebird server has lots of memory used by unfree resources, can you test with this and tell if with this it goes better?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |
From: Dick C. <di...@me...> - 2003-02-19 08:36:15
|
Hello, I have a newbie question -- I installed the firebird net provider using the installer, and I can see the entry in the Global Assembly Cache (\winnt\assembly). I'm just wondering how come when I choose the "Add References" option in Visual Studio, Firebird does not appear in the .NET tab? I have to manually choose "Browse" and look for the DLL. Am I missing something? I have already tried also doing a drag-and-drop of the DLL to the assembly folder, as well as, use the gacutil.exe. But while I can see there is a FirebirdSql.Data.Firebird in my assembly folder, it just refuses to appear automatically in Visual Studio's Reference dialog. Dick |
From:
<car...@te...> - 2003-02-19 12:11:03
|
Hello: > Hello, > > I have a newbie question -- I installed the firebird net provider using > the installer, and I can see the entry in the Global Assembly Cache > (\winnt\assembly). I'm just wondering how come when I choose the "Add > References" option in Visual Studio, Firebird does not appear in the > .NET tab? I have to manually choose "Browse" and look for the DLL. Am > I missing something? > > I have already tried also doing a drag-and-drop of the DLL to the > assembly folder, as well as, use the gacutil.exe. But while I can see > there is a FirebirdSql.Data.Firebird in my assembly folder, it just > refuses to appear automatically in Visual Studio's Reference dialog. Ok i will try to see it in the next days. |
From: Dick C. <di...@me...> - 2003-02-20 03:56:45
|
I've been reading the .NET documentation and it says there that in order=20 for an assembly to be shared in the Global Assembly Cache, it has to be=20 properly signed with a Strong Name. I think the Firebird net provider's=20 DLL is not signed with strong name. I'm wondering -- is it only me who is not seeing the Firebird Net=20 Provider automatically under the ".Net" tab of "Add References", or is=20 everyone also experiencing the same thing. Dick Carlos Guzm=E1n =C1lvarez wrote: > Hello: >=20 >> Hello, >> >> I have a newbie question -- I installed the firebird net provider=20 >> using the installer, and I can see the entry in the Global Assembly=20 >> Cache (\winnt\assembly). I'm just wondering how come when I choose=20 >> the "Add References" option in Visual Studio, Firebird does not appear= =20 >> in the .NET tab? I have to manually choose "Browse" and look for the=20 >> DLL. Am I missing something? >> >> I have already tried also doing a drag-and-drop of the DLL to the=20 >> assembly folder, as well as, use the gacutil.exe. But while I can see= =20 >> there is a FirebirdSql.Data.Firebird in my assembly folder, it just=20 >> refuses to appear automatically in Visual Studio's Reference dialog. >=20 >=20 > Ok i will try to see it in the next days. >=20 >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From:
<car...@te...> - 2003-02-20 08:55:05
|
Hello: > I've been reading the .NET documentation and it says there that in order > for an assembly to be shared in the Global Assembly Cache, it has to be > properly signed with a Strong Name. I think the Firebird net provider's > DLL is not signed with strong name. The assembly have a strong name, ceck it with sn -v assemblyName Best regards Carlos Guzmán Álvarez vigo-Spain |
From: <car...@te...> - 2003-03-02 00:42:11
|
Hello: > I have a newbie question -- I installed the firebird net provider using > the installer, and I can see the entry in the Global Assembly Cache > (\winnt\assembly). I'm just wondering how come when I choose the "Add > References" option in Visual Studio, Firebird does not appear in the > ..NET tab? I have to manually choose "Browse" and look for the DLL. Am > I missing something? > > I have already tried also doing a drag-and-drop of the DLL to the > assembly folder, as well as, use the gacutil.exe. But while I can see > there is a FirebirdSql.Data.Firebird in my assembly folder, it just > refuses to appear automatically in Visual Studio's Reference dialog. See this : http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B306149 -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |
From: Dick C. <di...@me...> - 2003-03-02 02:08:02
|
Thanks! That worked! Dick Carlos Guzm=E1n =C1lvarez wrote: > Hello: >=20 >> I have a newbie question -- I installed the firebird net provider=20 >> using the installer, and I can see the entry in the Global Assembly=20 >> Cache (\winnt\assembly). I'm just wondering how come when I choose=20 >> the "Add References" option in Visual Studio, Firebird does not appear= =20 >> in the ..NET tab? I have to manually choose "Browse" and look for the= =20 >> DLL. Am I missing something? >> >> I have already tried also doing a drag-and-drop of the DLL to the=20 >> assembly folder, as well as, use the gacutil.exe. But while I can see= =20 >> there is a FirebirdSql.Data.Firebird in my assembly folder, it just=20 >> refuses to appear automatically in Visual Studio's Reference dialog. >=20 >=20 >=20 > See this : >=20 > http://support.microsoft.com/default.aspx?scid=3Dkb%3Ben-us%3B306149 >=20 >=20 |