From: weng <cw...@tm...> - 2004-03-15 00:52:02
|
Hi, Thks for Carlos for asking me trying installing on FirebirdNETProvider1.5.1-NET1.1 , I din have problem on msvcr70.dll problem anymore... it looks great... But the only problem I have is I can't declared the variable type 'FbDbType'...while trying the vbnetexample.aspx .. It show Compiler Error Message: BC30451: Name 'FbDbType' is not declared.if I modify the web.conf such as <compilation> <assemblies> <add assembly="FirebirdSql.Data.Firebird" /> </assemblies> </compilation> It show Compiler Error Message: BC30560: 'FbConnection' is ambiguous in the namespace 'FirebirdSql.Data.Firebird'. if I modify the web.conf as <compilation> <assemblies> <add assembly="FirebirdSql.Data.Firebird, Version=1.5.1517.216, Culture=neutral, PublicKeyToken=e1b4f92304d7b12f" /> </assemblies> </compilation> where the version and PublicKeyToken is same as in C:\WINDOWS\assembly .. Thks In advance regards, weng |