You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(55) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(38) |
Feb
(108) |
Mar
(79) |
Apr
(95) |
May
(64) |
Jun
(130) |
Jul
(146) |
Aug
(121) |
Sep
(96) |
Oct
(149) |
Nov
(161) |
Dec
(113) |
2004 |
Jan
(113) |
Feb
(163) |
Mar
(248) |
Apr
(132) |
May
(157) |
Jun
(160) |
Jul
(236) |
Aug
(284) |
Sep
(293) |
Oct
(277) |
Nov
(257) |
Dec
(356) |
2005 |
Jan
(203) |
Feb
(190) |
Mar
(220) |
Apr
(165) |
May
(124) |
Jun
(160) |
Jul
(190) |
Aug
(142) |
Sep
(152) |
Oct
(189) |
Nov
(187) |
Dec
(159) |
2006 |
Jan
(170) |
Feb
(151) |
Mar
(212) |
Apr
(262) |
May
(226) |
Jun
(196) |
Jul
(223) |
Aug
(165) |
Sep
(163) |
Oct
(348) |
Nov
(225) |
Dec
(141) |
2007 |
Jan
(261) |
Feb
(161) |
Mar
(222) |
Apr
(193) |
May
(121) |
Jun
(157) |
Jul
(151) |
Aug
(159) |
Sep
(61) |
Oct
(123) |
Nov
(172) |
Dec
(96) |
2008 |
Jan
(104) |
Feb
(138) |
Mar
(131) |
Apr
(131) |
May
(74) |
Jun
(107) |
Jul
(89) |
Aug
(89) |
Sep
(172) |
Oct
(158) |
Nov
(119) |
Dec
(86) |
2009 |
Jan
(52) |
Feb
(84) |
Mar
(78) |
Apr
(83) |
May
(54) |
Jun
(79) |
Jul
(60) |
Aug
(62) |
Sep
(50) |
Oct
(147) |
Nov
(50) |
Dec
(70) |
2010 |
Jan
(135) |
Feb
(113) |
Mar
(74) |
Apr
(93) |
May
(35) |
Jun
(71) |
Jul
(33) |
Aug
(110) |
Sep
(47) |
Oct
(18) |
Nov
(61) |
Dec
(34) |
2011 |
Jan
(46) |
Feb
(47) |
Mar
(25) |
Apr
(24) |
May
(21) |
Jun
(22) |
Jul
(20) |
Aug
(51) |
Sep
(31) |
Oct
(42) |
Nov
(22) |
Dec
(22) |
2012 |
Jan
(31) |
Feb
(19) |
Mar
(25) |
Apr
(55) |
May
(16) |
Jun
(28) |
Jul
(33) |
Aug
(25) |
Sep
(32) |
Oct
(25) |
Nov
(52) |
Dec
(35) |
2013 |
Jan
(43) |
Feb
(18) |
Mar
(36) |
Apr
(45) |
May
(22) |
Jun
(13) |
Jul
(31) |
Aug
(24) |
Sep
(19) |
Oct
(59) |
Nov
(47) |
Dec
(25) |
2014 |
Jan
(27) |
Feb
(15) |
Mar
(38) |
Apr
(10) |
May
(15) |
Jun
(36) |
Jul
(24) |
Aug
(28) |
Sep
(16) |
Oct
(6) |
Nov
(44) |
Dec
(40) |
2015 |
Jan
(52) |
Feb
(22) |
Mar
(13) |
Apr
(17) |
May
(22) |
Jun
(36) |
Jul
(18) |
Aug
(41) |
Sep
(71) |
Oct
(60) |
Nov
(49) |
Dec
(43) |
2016 |
Jan
(60) |
Feb
(13) |
Mar
(21) |
Apr
(28) |
May
(23) |
Jun
(39) |
Jul
(17) |
Aug
(37) |
Sep
(33) |
Oct
(15) |
Nov
(22) |
Dec
(20) |
2017 |
Jan
(27) |
Feb
(40) |
Mar
(48) |
Apr
(19) |
May
(29) |
Jun
(2) |
Jul
(19) |
Aug
(36) |
Sep
(18) |
Oct
(10) |
Nov
(11) |
Dec
(5) |
2018 |
Jan
(5) |
Feb
(4) |
Mar
(5) |
Apr
(3) |
May
(4) |
Jun
(17) |
Jul
(7) |
Aug
(7) |
Sep
(12) |
Oct
(8) |
Nov
(2) |
Dec
|
2019 |
Jan
(8) |
Feb
(5) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(2) |
Jul
(8) |
Aug
(7) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(1) |
2020 |
Jan
(8) |
Feb
(3) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
(25) |
Sep
(5) |
Oct
(3) |
Nov
(7) |
Dec
(16) |
2021 |
Jan
(11) |
Feb
(10) |
Mar
(16) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carlos G. A. <car...@te...> - 2003-08-28 21:39:11
|
Hello: > I have a fairly clean install of RH9.0. > > I then installed all the Mono 0.26 Release rpms, works. > > Then I installed Firebird FirebirdCS-1.5.0.3773-RC5, works. > > Then I installed FirebirdNETProvider1.5-Alpha1-Doc.zip. > > Then I tried the C# Example code at http://go-mono.com/firebird.html, > with my password and database path. > > It compiles but when I run it I get this: > > Unhandled Exception: FirebirdSql.Data.Firebird.FbException: No message > for code 335544721 found. Hello: i have found the problem seems that sockets with the Nagle algorithm disable don't work ok, i have sent a message to the mono list for see if it's a mono problem or an OS related issue, if you want to solve it you can comment this code at GdsSattachement.Connect() method: socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.NoDelay, 1); -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: <pa...@st...> - 2003-08-28 10:34:49
|
hallo, did anyone performance tests with provider an fb1.5? Is connection pooling needed with this??? As i read on FB lists, native connection times was greatlly improved. Is this true??? pavol STAREK |
From: stevyn d. <sr...@ya...> - 2003-08-28 04:39:14
|
Hello Jim: If you are using Visual Studio 2002, it (VS) is rev-locked to Framework 1.0. However if you install Framework 1.1, the installation will upgrade any applications in IIS to run with Framework 1.1 . Then when you use the web application, the application will recompile automatically under 1.1. I have the exact same situation because I am still doing web app development in Visual Studio (2002) and having my applications run in FrameWork 1.1. Works just fine -- this is the great side-by-side feature of assemblies and forward version compatibility). Had to do this because COM Interop in Framework 1.0 is buggy. Most applications should upgrade to 1.1 without problems, however if you must run under 1.0 because of version dependencies then change the IIS mappings(.aspx,etc) for your application back to 1.0 framework. some helpful links for you: http://msdn.microsoft.com/netframework/technologyinfo/versioncomparison/default.aspx http://msdn.microsoft.com/library/en-us/dnnetdep/html/sidexsidenet.asp?frame=true regards, stevyn r dembo Jim Maguire <jim...@co...> wrote: Carlos, I looked at my working Dev machine, and the References to System use 1.0.3300.0, BUT in IIS the Mappings for the .asax file is pointing to Framework\v1.1.4322\aspnet_isapi.dll. Because I'm using Visual Studio 1.0, and it only works with Net 1.0, I don't see why it works. I thought I would have to change the mapping of .aspx to Framework\v1.0.xxxx\aspnet_isapi.dll. Can you shed any light on this? ""Jim Maguire"" wrote in message news:bij937$j8n$1...@ne...... > Went to Add or Remove Programs and sure enough, 1.1 got installed somehow. > Maybe it was already there as XP came installed. Removing it now and will > retest. Thanks again! > > "Carlos Guzman Alvarez" wrote in message > news:3F4...@te...... > > Hello: > > > > > firebird net provider 1.0.1241.28320. > > > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > > installation of the .NET or for use the provider build for a version of > > the .net framework with a different version. > > > > > > > > > > > > > > > > -- > > Best regards > > > > Carlos Guzmán Álvarez > > Vigo-Spain > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |
From: Jim M. <jim...@co...> - 2003-08-28 02:31:56
|
Carlos, I looked at my working Dev machine, and the References to System use 1.0.3300.0, BUT in IIS the Mappings for the .asax file is pointing to Framework\v1.1.4322\aspnet_isapi.dll. Because I'm using Visual Studio 1.0, and it only works with Net 1.0, I don't see why it works. I thought I would have to change the mapping of .aspx to Framework\v1.0.xxxx\aspnet_isapi.dll. Can you shed any light on this? ""Jim Maguire"" <jim...@co...> wrote in message news:bij937$j8n$1...@ne...... > Went to Add or Remove Programs and sure enough, 1.1 got installed somehow. > Maybe it was already there as XP came installed. Removing it now and will > retest. Thanks again! > > "Carlos Guzman Alvarez" <car...@te...> wrote in message > news:3F4...@te...... > > Hello: > > > > > firebird net provider 1.0.1241.28320. > > > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > > installation of the .NET or for use the provider build for a version of > > the .net framework with a different version. > > > > > > > > > > > > > > > > -- > > Best regards > > > > Carlos Guzmán Álvarez > > Vigo-Spain > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Doug P. <dj...@vi...> - 2003-08-28 02:29:16
|
I have a fairly clean install of RH9.0. I then installed all the Mono 0.26 Release rpms, works. Then I installed Firebird FirebirdCS-1.5.0.3773-RC5, works. Then I installed FirebirdNETProvider1.5-Alpha1-Doc.zip. Then I tried the C# Example code at http://go-mono.com/firebird.html, with my password and database path. It compiles but when I run it I get this: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: No message for code 335544721 found. ---> FirebirdSql.Data.Firebird.Gds.GdsException: Exception of type FirebirdSql.Data.Firebird.Gds.GdsException was thrown. in <0x0032c> 00 FirebirdSql.Data.Firebird.Gds.GdsAttachement:Connect () in <0x00044> 00 FirebirdSql.Data.Firebird.Gds.GdsDbAttachement:Attach () in <0x00060> 00 FirebirdSql.Data.Firebird.FbDbConnection:Connect () --- End of inner exception stack trace --- in <0x000a8> 00 FirebirdSql.Data.Firebird.FbDbConnection:Connect () in <0x00054> 08 FirebirdSql.Data.Firebird.FbDbConnection:Connect () in <0x0014e> 00 FirebirdSql.Data.Firebird.FbConnection:Open () in <0x00073> 00 .Test:Main (string[]) Any hints? Thanks |
From: Jim M. <jim...@co...> - 2003-08-27 21:55:37
|
Went to Add or Remove Programs and sure enough, 1.1 got installed somehow. Maybe it was already there as XP came installed. Removing it now and will retest. Thanks again! "Carlos Guzman Alvarez" <car...@te...> wrote in message news:3F4...@te...... > Hello: > > > firebird net provider 1.0.1241.28320. > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > installation of the .NET or for use the provider build for a version of > the .net framework with a different version. > > > > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jim M. <jim...@co...> - 2003-08-27 21:52:29
|
It looks like 1.0 and 1.1 are installed. I will uninstall 1.1 and reinstall 1.0? Does that sound right. Thanks very much Carlos! "Carlos Guzman Alvarez" <car...@te...> wrote in message news:3F4...@te...... > Hello: > > > firebird net provider 1.0.1241.28320. > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > installation of the .NET or for use the provider build for a version of > the .net framework with a different version. > > > > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Carlos G. A. <car...@te...> - 2003-08-27 21:49:18
|
Hello: > The Visual Studio about box says 1.0. How do you check? I think you may be > right because I got the same result with the example code: Well i don't know a way for see with what version of the .net framework was built an assembly, but you an try to install the .net data provider 1.0 for ms .net 1.0 :) : http://prdownloads.sourceforge.net/firebird/FirebirdNetProvider-1.0-NF1.0.exe?download -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Jim M. <jim...@co...> - 2003-08-27 21:45:56
|
The Visual Studio about box says 1.0. How do you check? I think you may be right because I got the same result with the example code: private void cmdConnect_Click(object sender, System.EventArgs e) { string myConnectionString; FbConnection myConnection; FbTransaction myTransaction; string commandText; myConnectionString = "User=SYSDBA;" + "Password=masterkey;" + "Database=C:\\Program Files\\Firebird\\examples\\employee.gdb;" + "DataSource=localhost;" + "Port=3050;" + "Dialect=3;" + "Charset=ISO8859_1;" + "Role=;" + "Connection lifetime=30;" + "Pooling=true;" + "Packet Size=8192"; myConnection = new FbConnection(myConnectionString); myConnection.Open(); myTransaction = myConnection.BeginTransaction(); lblStatus.Text = "Connection succeful"; myConnection.Close(); } "Carlos Guzman Alvarez" <car...@te...> wrote in message news:3F4...@te...... > Hello: > > > firebird net provider 1.0.1241.28320. > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > installation of the .NET or for use the provider build for a version of > the .net framework with a different version. > > > > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Carlos G. A. <car...@te...> - 2003-08-27 21:38:55
|
Hello: > firebird net provider 1.0.1241.28320. Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad installation of the .NET or for use the provider build for a version of the .net framework with a different version. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Jim M. <jim...@co...> - 2003-08-27 21:12:39
|
Using Visual Studio C#, .net 1.0, Firebird 1.03, firebird net provider = 1.0.1241.28320. I'm trying to copy an application over to a new machine (New). I have = it working on my development machine (Dev). I installed .Net, Visual = Studio, Firebird, net provider. I can access the database on the New = machine from the Dev machine using net-provider by pointing my = connection string to it. The same connection string fails on the New = machine (I have tried LOCALHOST instead of the 192.168.1.3! On the New machine I can access the db using IB_SQL or IBExpert. However, when I run the app from the New machine with Visual Studio, I = get the "invalid PInvoke metadata format" exception on the connect. = Here is my connection code: FbConnection dbcon =3D new = FbConnection("Database=3DC:\\cpt\\cpt.gdb;User=3DSYSDBA;Password=3Dmaster= key;Dialect=3D3;Server=3D192.168.1.3"); dbcon.Open(); //exception thrown here The new machine runs Win XP professional, same as my development = machine. I am at a loss as to what to look for next. Tried everthing I = can think of, but it must be some configuration problem. I made sure = that the ASP.NET User account has proper rights. Thanks for your help! I've had very few problems with your net provider = until now. |
From: Carlos G. A. <car...@te...> - 2003-08-27 18:25:05
|
Hello: > I can help you with ASP.NET starting from September (I will be on holidays > from tomorrow to 1th September). After think on it an ASP.NET example can be the best option, i have no knoledge about ASP.NET but i want to learn it and this can be a good option for it, to a good Windows Forms examples can get more time ( to make it as i want ;) ), but in any case i will until september to see if there are people interested on help on the sample app. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Carlos G. A. <car...@te...> - 2003-08-27 18:20:15
|
Hello: > File or assembly name FirebirdSql.Data.Firebird, or one of its dependencies, > was not found. Huummm i have made a test with the 1.5 version and the examples of the .NET Provider without problem. > Basically it looks like it's still looking for it under the local app bin > and not finding it under the GAC. > > Does this having anything to do with strong naming of the assembly? Wouldn't > it not install in the GAC if it wasn't strong named? No, the assembly has strong name, if not the assembly can't be installed in the gac ( if i remember well ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Andrew G. <ag...@jc...> - 2003-08-27 14:51:02
|
Have you added a reference to the dll into the WEB.CONFIG file of your ASP.NET app ?? Yes - and I verified version,public token are the same as in the GAC? <compilation debug="true"> <assemblies> <add assembly="FirebirdSql.Data.Firebird, Version=1.0.1220.28609, Culture=neutral, PublicKeyToken=e1b4f92304d7b12f" /> </assemblies> </compilation> The error I get when the above is in the web.config is: File or assembly name FirebirdSql.Data.Firebird, or one of its dependencies, was not found. Basically it looks like it's still looking for it under the local app bin and not finding it under the GAC. Does this having anything to do with strong naming of the assembly? Wouldn't it not install in the GAC if it wasn't strong named? Is anybody else having a problem reading assembly from GAC? Regards, Andrew C. Goodall |
From: Carlos G. A. <car...@te...> - 2003-08-26 16:06:20
|
Hello: > This one is for you, I guess... I did a very simple test with your > .NET Provider 1.5, and I get a systematic crash in property 'get' > of FbCommand.RecordsAffected, with statement == null. Thanks, fixed on CVS. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Carlos G. A. <car...@te...> - 2003-08-26 15:21:06
|
Hello: > [csc] Compiling 92 files to > c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll. > error CS1548: Cryptographic failure while signing assembly > 'c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll' -- 'Error > reading key file 'FirebirdSql.Data.Firebird.snk' -- A rendszer nem > találja a megadott fájlt. ' This can be solved by copy the .snk file to rthe directory of the nant script, i have added the file to this directory in the CVS. > > c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbCommand.cs(63,29): > error CS0234: The type or namespace name 'CommandTextUIEditor' does not > exist in the class or namespace 'FirebirdSql.Data.Firebird.DesingTime' > (are you missing an assembly reference?) This is because i have some test code for FbCommand thta i have deleted this morning. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Pierre A. <Pie...@ms...> - 2003-08-26 14:17:00
|
Hello Carlos, This one is for you, I guess... I did a very simple test with your .NET Provider 1.5, and I get a systematic crash in property 'get' of FbCommand.RecordsAffected, with statement == null. Here is my code snippet : -----------------------8<-------------->8------------------------ FbCommand command = connection.CreateCommand (); command.CommandType = System.Data.CommandType.Text; command.CommandText = "SELECT * FROM RDB$DATABASE;"; System.Data.IDataAdapter adapter = new FbDataAdapter (command); System.Data.DataSet dataset = new System.Data.DataSet (); adapter.Fill (dataset); -----------------------8<-------------->8------------------------ When executing the Fill, a GdsStatement object gets created in FbCommand.InternalPrepare, and then an internal FbDataReader calls command.NextResult, which results in FbCommand.NextResult dropping the statement and setting it to null. However, somewhat later, that same internal FbDataReader gets disposed -> Close -> updateRecordsAffected -> RecordsAffected, which results in an access to statement, which is null, and a subsequent crash. I have fixed FbCommand.RecordsAffected like so: internal int RecordsAffected { get { return statement == null ? -1 : statement.RecordsAffected; } } but I don't know if this is the right kind of fix. Any comments/suggestions/thoughts ? Pierre |
From: Carlos G. A. <car...@te...> - 2003-08-26 07:56:27
|
Hola: > I have reference at top of codebehind as normal: > <%@ import Namespace="FirebirdSql.Data.Firebird" %> > > Problem is it is not finding the Namespace, I get: > Compiler Error Message: BC30002: Type 'FbConnection' is not defined. > error BC30466: Namespace or type 'dll' for the Imports > 'FirebirdSql.Data.Firebird' cannot be found. > > Why can't it find the namespace now the dll is in the GAC? Have you added a reference to the dll into the WEB.CONFIG file of your ASP.NET app ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Pierre A. <Pie...@ms...> - 2003-08-26 02:53:09
|
> I can't build the CVS version. > [csc] Compiling 92 files to=20 > c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll. > error CS1548: Cryptographic failure while signing assembly=20 > 'c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll' -- 'Error=20 > reading key file 'FirebirdSql.Data.Firebird.snk' [...] Just copy the FirebirdSql.Data.Firebird.snk into the root directory, where the build file is. Pierre |
From: Andrew G. <ag...@jc...> - 2003-08-26 00:20:40
|
Need help - TIA. I'm just getting around to this now. I can add FirebirdSql.Data.Firebird.dll into the GAC no problem, with: Gacutil /i FirebirdSql.Data.Firebird.dll It says version: 0.2.1141.24128 ; locale: neutral ;=20 Public Key Token: e98daebe910ed179 Server has been rebooted. I do not use visual studio. I have reference at top of codebehind as normal: <%@ import Namespace=3D"FirebirdSql.Data.Firebird" %> Problem is it is not finding the Namespace, I get: Compiler Error Message: BC30002: Type 'FbConnection' is not defined. error BC30466: Namespace or type 'dll' for the Imports 'FirebirdSql.Data.Firebird' cannot be found. Why can't it find the namespace now the dll is in the GAC? TIA Regards, =20 Andrew C. Goodall -----Original Message----- From: Carlos Guzman Alvarez [mailto:car...@te...]=20 Sent: Friday, June 20, 2003 9:25 AM To: Andrew Goodall Cc: fir...@li... Subject: Re: [Firebird-net-provider] Central location for FirebirdSql.Data.Firebird.dll Hello: > I need help and advise on how to manage the deployment of=20 > FirebirdSql.Data.Firebird.dll >=20 > My web applications are starting to build and currently I have a=20 > separate bin folder under each web app containing the=20 > FirebirdSql.Data.Firebird.dll >=20 > But this is not going to be easy to manage. >=20 > I know that there is a better way to do this - I would like one=20 > central location that I can refer to, can I put the dll in the GAC ?=20 > If so how? Actual .NET Provider installation installs the dll in the GAC yet, if=20 you want to make it by your own you can use gacutil program that ships=20 with .NET Framework. --=20 Best regards Carlos Guzm=E1n =C1lvarez Vigo-Spain |
From: Carlos G. A. <car...@te...> - 2003-08-25 21:37:40
|
Hello: > I simply commented out that line in FbCommand.cs, and then everything > built fine... Sorry I didn't remember that in my previous post. No problem, and thanks :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Pierre A. <Pie...@ms...> - 2003-08-25 19:17:09
|
> c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbCommand.cs(63,29):=20 > error CS0234: The type or namespace name 'CommandTextUIEditor' does not=20 > exist in the class or namespace 'FirebirdSql.Data.Firebird.DesingTime'=20 > (are you missing an assembly reference?) I simply commented out that line in FbCommand.cs, and then everything built fine... Sorry I didn't remember that in my previous post. Pierre |
From: Carlos G. A. <car...@te...> - 2003-08-25 17:30:31
|
Hello: > Hello, > > While trying out Firebird .NET provider 1.5 (version 1.5.1326.15583) > from a simple command line application, I can use CreateDatabase to > create an empty database. > > However, when running the same methods from within NUnit, I get a > very strange exception when calling into CreateDatabase : > > "Invalid PInvoke metadata format exception" Huummmm For what version of the .net framework are built nunit and the .net provider ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: <pg...@co...> - 2003-08-25 15:23:07
|
Hi! I can't build the CVS version. --- software --- ms .net v1.1 nant 0.8.3.rc2 --- cvs options --- CVSROOT=3D:pserver:ano...@cv...:/cvsroot/firebird module name=3DNETProvider/NETProvider_15 branch tag=3DHEAD --- nant error log --- [csc] Compiling 92 files to=20 c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll. error CS1548: Cryptographic failure while signing assembly=20 'c:\NETProvider_15\build\FirebirdSql.Data.Firebird.dll' -- 'Error=20 reading key file 'FirebirdSql.Data.Firebird.snk' -- A rendszer nem=20 tal=E1lja a megadott f=E1jlt. ' =20 c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbCommand.cs(63,29):=20 error CS0234: The type or namespace name 'CommandTextUIEditor' does not=20 exist in the class or namespace 'FirebirdSql.Data.Firebird.DesingTime'=20 (are you missing an assembly reference?) =20 c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbCommand.cs(63,4):=20 error CS1501: No overload for method 'EditorAttribute' takes '1' argument= s c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll:=20 (Location of symbol related to previous error) =20 c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbCommandBuilder.cs(14= 5,4):=20 warning CS1591: Missing XML comment for publicly visible type or member=20 'FirebirdSql.Data.Firebird.FbCommandBuilder.~FbCommandBuilder()' =20 c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbDataReader.cs(77,4):= =20 warning CS1591: Missing XML comment for publicly visible type or member=20 'FirebirdSql.Data.Firebird.FbDataReader.~FbDataReader()' =20 c:\NETProvider_15\FirebirdSql.Data.Firebird\source\FbTransaction.cs(104,4= ):=20 warning CS1591: Missing XML comment for publicly visible type or member=20 'FirebirdSql.Data.Firebird.FbTransaction.~FbTransaction()' Total time: 1 seconds. BUILD FAILED Thanx 4 the help. |
From: german a. b. <eni...@ya...> - 2003-08-25 14:12:50
|
Hello I'm Germán. TL System is a free file system in database (firebird). http://sourceforge.net/projects/tlsystem It's my project thank |