a-patel / LiteXStorage

LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usage of cloud storage which can help us to handle storage more easier!
MIT License
24 stars 2 forks source link

Could not load file or assembly 'LiteX Storage Core' #1

Closed usama-azakaw closed 5 years ago

usama-azakaw commented 5 years ago

Getting this at startup.cs services.AddLiteXAmazonBlobService();

Error: ": 'Could not load file or assembly 'LiteX Storage Core, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'"

a-patel commented 5 years ago

@usama-azakaw Could you please share more details? e.g. installed LiteX NuGet packages with version numbers.

a-patel commented 5 years ago

have you installed LiteX.Storage.Core package, @usama-azakaw ?

usama-azakaw commented 5 years ago

Yes I have installed image

usama-azakaw commented 5 years ago

I'm running this in .net core 2.2 environment

a-patel commented 5 years ago

@usama-azakaw

New version released with many new features 7.0.0 - Multiple Provider support

Please try now. Also, check the documentation for more details.