Hello Community, I am facing a weird problem while trying to create a little C# "Hello World" application using Firebird embedded 2.5.1. My setup is as follows: - Windows 7 x64 - VisualStudio 2010 Pro What I actually do is: 1. get binaries of Firebird 2.5.1 embedded zip kit and unzip them to the working directory (...\bin\Debug) 2. get and install the most recent ADO.NET provider "http://sourceforge.net/projects/firebird/files/firebird-net-provider/2.6.5/NETProvider-2.6.5.msi/download" 3. add a reference to the installed provider assembly "FirebirdSql.Data.FirebirdClient.dll" in project 4. borrow some sample code from FAQ 5. add "using FirebirdSql.Data.FirebirdClient;" directive in code 6. at this point I am able to explore all imported Firebird namespaces with full intellisense support 7. compile 8. compiler complains saying: "The type or namespace name 'FbConnectionStringBuilder' could not be found (are you missing a using directive or an assembly reference?)". 9. remove and readd the reference to ADO.NET provider assembly 10. all compiler errors disappear and intellisense is back again 11. second try to compile - same result as with 8. Please notice that the reference to ADO.NET provider was added and intellisense used to work before step 7 and at step 10. Very strange. I have googled for it - there are some posts describing similar problem but unfortunatelly no working solution :( Does anybody have an idea what might be wrong here? Do I miss something important ?
|
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider