I've a little bit OT (maybe I'm wrong). But if somebody will use embedded fb
in ASP.NET what about the limitations of embedded server ((not un)loaded
dll, etc.)?
Is there somebody, who is running embedded FB and ASP.NET?
--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3rename
Hello:
> 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.
You can try to load it manually using LoadLibrary.
>
>
--
Carlos Guzmán Álvarez
Vigo-Spain
-
U
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.d
you can drop the Firebird .Net Driver from GAC,and put them to web's bin folder,include fbembed.dll and other necessary files. 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 b
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
Hello,
Jiri Cincura said the following on 07.09.2006 4:54:
>> System.DllNotFoundException: Unable to load DLL 'fbembed': The specified
>> module
>> could not be found. (Exception from HRESULT: 0x8007007E).
>
> System is not able to load the library. Put it into some dir, where your
> framework
[EMAIL PROTECTED] wrote:
> Hi,
>
> I keep getting this error message when attempting to use Firebird Embedded
> with
> a web application. What could be wrong?
>
> System.DllNotFoundException: Unable to load DLL 'fbembed': The specified
> module
> could not be found. (Exception from HRESULT: 0x8
Hi,
I keep getting this error message when attempting to use Firebird Embedded with
a web application. What could be wrong?
System.DllNotFoundException: Unable to load DLL 'fbembed': The specified module
could not be found. (Exception from HRESULT: 0x8007007E).
Your guidance would be appreciated