From:
<car...@te...> - 2004-03-12 13:59:51
|
Hello: > 3. <assemblies> > <add assembly="FirebirdSql.Data.Firebird"/> > </assemblies> > - not work on both example > where my samples are on C:\Program > Files\FirebirdNETProvider1.5\examples\ASP.NET\bin, that bin have file > FirebirdSql.Data.Firebird.dll > [Err: File or assembly name FirebirdSql.Data.Firebird, or one of its > dependencies, was not found ] Well seems that you have anything bad but i don't know what, i have this in my web.config file: <compilation> <assemblies> <add assembly="FirebirdSql.Data.Firebird" /> </assemblies> </compilation> The ASP.NET samples directory has the VB.NET and C# samples, the web.config file and a bin directory with the .NET provider assembly and runs fine. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |