From:
<car...@te...> - 2004-03-12 11:49:04
|
Hello: > I made changes on the Version and PublicKeyToken according to the > info on the C:\WINDOWS\assembly where I have Global Assembly Name of > FirebirdSql.Data.Firebird with the value of version and public key token > ... is tat the assembly u refer ? Yes. > 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 ? 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 web.config as: <add assembly="FirebirdSql.Data.Firebird" /> But as i tell i have done a test yesterday and both samples are working ok for me using WebMatrix -- Best regards Carlos Guzmán Álvarez Vigo-Spain |