From: Andrew G. <ag...@jc...> - 2003-02-28 15:13:40
|
Isn't that what the import namespace statement does ? I have that included but it still cannot find the classes, such as Fbconnection. <%@ import Namespace="FirebirdSql.Data.Firebird" %> -------------------------------------------------- In Visual Studio, you would normally include the FirbirdSql.Data.Firebird in the Solutions Explorer's References. This sorts of binds your application to the DLL. Maybe you need to do something similar with webmatrix. Dick Andrew Goodall wrote: > > I'm using webmatrix free dev-app to do my developing, with VB on the > codebehind. > > The error I receive on loading the webpage .aspx is: Type > 'FbConnection' is not defined > > which tells me its not finding the FirebirdSql.Data.Firebird class. |