Just Curious:  Can the fbembed.dll contents not be converted to the managed world?

Regards,


Scott :)


Jiri Cincura wrote:
On 26.7.2006 10:27 Michele Lepri wrote:
  
I solve it, by recompile del provider with this change:
in the FbClient class of the Embedded namespace, change the line from
            public const string DllPath = "fbembed";
to
            public const string DllPath = 
"x:\absolute_path_with_write_permission_for_net_process\fbembed.dll"

in my case,(low-cost web space with only 1 folder with write 
permission), i put the dll in the same forder of the DB :)
It works :)
    

What about put the path part as some configuration switch/ConnString 
parameter, so every could set path where to find library, without recompiling.

OR

Before setting DllPath make some test in system directory, local directory, 
etc.
  
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to