Link to home
Start Free TrialLog in
Avatar of Bytech India
Bytech India

asked on

LiteDB DLL is not working with Dot Net Framework 3.5

Hi All

As mentioned in Internet, LiteDB dll can be used with Dot Net Framework 3.5 but I am facing issue while doing same though the LiteDB dll is working fine with framework 4.0. Can anyone guide on same?

I am trying to use DLL Version 4.1.4.0.

Thanks.
Avatar of Misha
Misha
Flag of Russian Federation image

Are you shure, that you download version for  .NET 3.5? There is version for .NET 4.X too.
On the official website is mentioned that:
LiteDB is serverless database delivered in a single DLL (less than 350kb) fully written in .NET C# managed code (compatible with .NET 3.5, 4.x, NETStandard 1.3 and 2.0).

Install via NuGet or just copy DLL to your bin project folder.

So, I see no reason to be worried. Also, beware that the same package version can be installed on more than one version of .NET Framework.
Avatar of Bytech India
Bytech India

ASKER

Hi Misha and Eduard, Thanks for the quick reply.
I didnot install that using Nuget as in Visual Studio 2008 I have to use same and in 2008, we don't get the option of Nuget. I checked that may be framework version wise DLL would be present but only One DLL I think we can use everywhere.
Any idea why then I am getting this issue.
ASKER CERTIFIED SOLUTION
Avatar of Eduard Ghergu
Eduard Ghergu
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank You very much Eduard.  Issue is solved using your suggestion.
Thank You very much Eduard.  Issue is solved using your suggestion.
Hi! My pleasure! Have a nice day!