From: benny <be...@ch...> - 2004-03-12 13:20:15
|
> Carlos Guzm=E1n =C1lvarez wrote:- >No, if you want you can try to put the assembly in a bin directory ( in = >the same directory where the sample is located ), and modify the=20 >web.config as: <add assembly=3D"FirebirdSql.Data.Firebird" /> >But as i tell i have done a test yesterday and both samples are working = >ok for me using WebMatrix Carlos Guzm=E1n =C1lvarez, I tried the following method:- 1. <assemblies> <add assembly=3D"FirebirdSql.Data.Firebird,=20 location=3DC:\Program = Files\FirebirdNETProvider1.5\examples\ASP.NET\bin\FirebirdSql.Data.Firebi= rd.dll" /> -work on CSharpexample.aspx not VBnetexample.aspx [Err: Name 'FbDbType' = is not declared.] where my sample are on C:\Program = Files\FirebirdNETProvider1.5\examples\ASP.NET=20 2. <assemblies> <add assembly=3D"FirebirdSql.Data.Firebird, version=3D1.5.1512.22880, Culture=3Dneutral, = PublicKeyToken=3De1b4f92304d7b12f"/> </assemblies> * the version and publickeytoken is according to C:\WINDOWS\assembly = FirebirdSql.Data.Firebird=20 - work on CSharpexample.aspx not VBnetexample.aspx [Err: Name = 'FbDbType' is not declared.] where my samples are on C:\Program = Files\FirebirdNETProvider1.5\examples\ASP.NET - not work on both example where my samples are on C:\Program = Files\FirebirdNETProvider1.5\examples\ASP.NET\bin that bin have = FirebirdSql.Data.Firebird.dll [Err: Server Error in '/' Application] 3. <assemblies> <add assembly=3D"FirebirdSql.Data.Firebird"/> </assemblies> - not work on both example=20 where my samples are on C:\Program = Files\FirebirdNETProvider1.5\examples\ASP.NET\bin, that bin have file = FirebirdSql.Data.Firebird.dll=20 [Err: File or assembly name FirebirdSql.Data.Firebird, or one of its = dependencies, was not found ] On your looks fine, but unfortunately I still hadnt know what mistakes I = had made on my Win Xp platform..... TIA=20 regards, benny ; ) |