From: benny <be...@ch...> - 2004-03-12 11:28:06
|
> Did I done anything wrong? or anyone could tell me the reason why = I=20 > could try on connecting database but failed on making further select = statement..... ? =20 Carlos Guzm=E1n =C1lvarez wrote >Try witout the path and without the extension and modify the version = and=20 > the PublicKeyToken to the values that the assembly have in the GAC Carlos Guzm=E1n =C1lvarez, did u mean by making modification on the web.config file on part of = following ?=20 <compilation> <assemblies> <add assembly=3D"FirebirdSql.Data.Firebird, = Version=3D1.5.1512.22880, Culture=3Dneutral, = PublicKeyToken=3De1b4f92304d7b12f" /> </assemblies> </compilation> I made changes on the Version and PublicKeyToken according to the = info on the C:\WINDOWS\assembly where I have Global Assembly Name of=20 FirebirdSql.Data.Firebird with the value of version and public key token = ... is tat the assembly u refer ? or u refer to another another place? = As I still have the same problem of 'FbDbType' is not declared on = sample of vbnetexample.aspx but I could still work on = CSharpExample.aspx.. Basically, I just can declare the type e.g FbConnection, = FbTransaction ... but not 'FbDbType'. I just install the = FirebirdNETProvider1.5-NET1.1.exe (binary) and try the sample straight = away... Is there any further configuration I might miss out before = trying my sample using web matrix0.5 ?=20 TIA=20 benny ;) |