From: <mu...@ac...> - 2004-08-02 19:40:46
|
Hello CG=C1> Have you added a reference to the assembly in your VS project ?? Thank you for your answer. As a newbie it is really hard to get things working and althoug I spent hours finding a good tutorial on the net and playing around different thins I just can't bring the provider to work in Visual STudio 2003. I added the following info to my web.config file: <compilation debug=3D"true"> <assemblies> <add assembly=3D"FirebirdSql.Data.Firebird,=20 Version=3D1.6.0.0,=20 Culture=3Dneutral,=20 PublicKeyToken=3De1b4f92304d7b12f" />=20 </assemblies> </compilation> (the infos are exactly the infos which I get with gacutil /l FirebirdSql.Data.Firebird) When I try to add a an FbDataAdapter to a WebForm or a Component I get an error message ("The .NET-Assembly FirebirdSql.Data.Firebird could not be found"). So what do I have to do to bring things to work? I guess I will write a small tutorial for dummies like me after all - I'm sure there are much more ppl out there getting the same angry feelings like me :-) (It was soooo easy with my good old Delphi :-(( Thanks for any hint! Best regards, Martin. |