From: Begench A. <ba...@gm...> - 2013-07-26 00:40:20
|
Sorry for inconvenience, but I don't know where else I can ask this question. I don't have acces to Visual Studio 2012 (I have Visual Studio 2010) and I downloaded Firebird .NET 3.0.2.0 provider source from firebird website and my Visual studio 2010 can't open this solution. Can I build it with SharpDevelop? Or can you upload Visual Studio 2010 solution to firebird website? Because when I build it with SharpDevelop it gives me 11 warnings but no errors. 1) FbProviderServices - processor architecture mismatch 2) Type of ... is not CLS compliant. I'm asking because I use this provider with NHibernate, and can't find any wait to set NO WAIT transactions or WAIT transaction timeout through NHibernate. So I thought to add IsNoWait and WaitTimeout publict static fields to FbTransaction to use in BuildTpb() methods. Will be very grateful is you can answer me to give some pointers. |