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 |