Hello, Marvin Cook said the following on 22.04.2006 7:26:
> I am using Firebird-2.0.0.12484-0-Win32.exe, > FirebirdNETProvider-1.7.1.exe, VS2005 C# > > I changed the connection string and get the error shown below. I guess > I don't know how to add the fbembed.dll to my project. Your help is > certainly appreciated. The best way to place fbembed.dll and accompanying files (icu*.dll and contents of the intl directory) into VS project - create separate directory for these files and use PostBuildEvent to copy them to directory where built exe-file is placed. But, anyway, you couldn't use 1.7.1 provider with this version of embedded firebird ( ReleaseCandidate 1) as there is a bug in .NET provider which prevents connecting to this firebird release. You should use Beta2 (Firebird-2.0.0.12169-0_embed_win32.zip) or wait until next version of firebird will be released with shorter VersionString ;-) -- Oleg ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
