From: Dick C. <di...@me...> - 2003-02-28 02:13:48
|
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. 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 |