If you haven't already done so, then you need to download and install Berkeley DB v4.5 from the oracle website. This will install the libdb45.dll onto your system.
If you have already done so, then it's possible your app is just not recognizing the location. I just drop it into my bin folder for the project I'm running.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am new to Berkley Db and tried to configure it in my application which is developed in C#.Net.
I have downloaded libdb-dotnet_0_95 solution which is for C# .net.
After compiling the solution, it produced following assemblies:
libdb_dotNET43.dll,
libdb_dotNET45.dll,
Kds.Serialization.dll,
BerkeleyDb.Utils43.dll,
BerkeleyDb.Utils45.dll
After adding these references in my application , i created a database handler.
But at run time it throws an error stating,
Unable to load DLL 'libdb45.dll'.
but this dll was not created while building the source code.
Can any body help me as where can i find this dll as it is crucial for my application.
Any help will be appreciated.
yours,
Eric Hass.
If you haven't already done so, then you need to download and install Berkeley DB v4.5 from the oracle website. This will install the libdb45.dll onto your system.
If you have already done so, then it's possible your app is just not recognizing the location. I just drop it into my bin folder for the project I'm running.
Thanks belsokar,
But can you tell me the link where i can download Berkeley Db v 4.5.
Thanks belsokar,
But can you tell me the link where i can download Berkeley Db v 4.5.
here you go...make sure you grab the correct version...
http://www.oracle.com/technology/software/products/berkeley-db/db/index.html