From: "xu yuan" <[EMAIL PROTECTED]> > > you can drop the Firebird .Net Driver from GAC,and put them to web's bin > folder,include fbembed.dll and other necessary files.
I did this before and have tried it severally with the same error result. I have this from dotnetfirebird.org: --- The fbembed.dll is not a managed assembly, it's a classical DLL called using PInvoke (DllImport attribute). By default, the Firebird ADO.NET Provider is looking for the fbembed.dll in the default paths, which includes the system directory (e.g. C:\Windows\System32) but not the ASP.NET application bin directory. This is a problem when you don't have the access to the system directory - this is something that your hosting provider rarely allows you to. --- I think Cincura's suggestion is better for me - adding the path to web.config. Only i do not know how to do that yet. Regards. Tope > 2006/9/9, [EMAIL PROTECTED] < > [EMAIL PROTECTED]>: >> >> Thanks greatly (Cincura & Oleg). >> >> 1. I dropped the fbembed.dll in systems folder and it worked well. > I >> still have not been able to figure out how to add path syntax to my >> web.config file. Any hint? >> >> 2. I have a concern. FB Embedded is meant to be a single user >> superserver. What are the expected pitfalls i must guard against when > used >> as a web database (in a shared hosting) with possibilities of concurrent >> connections? >> >> All assistance would be appreciated. >> >> Thanks for your care. >> >> Chris. >> >> >> > [EMAIL PROTECTED] wrote: ------------------------------------------------------------------------- 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
