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 |