umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
96 stars 67 forks source link

NuGet package incomplete #183

Open organicglenn opened 3 years ago

organicglenn commented 3 years ago

When installing the package with NuGet I could not get it to work, Media was still handled locally. However, when installing the package with Umbraco backoffice it worked. These dependantAssembly references were missing in my web.config when using NuGet: Microsoft.Data.Services.Client Microsoft.Data.OData Microsoft.Data.Edm Microsoft.Azure.KeyVault.Core

idontbyte commented 3 years ago

Same issue, but the DLL's missing from Nuget that made it work for me were:

Screen Shot 2021-03-10 at 14 21 25

This only affected my azure instance and not local for some reason

MarGraz commented 3 years ago

Same problem here with the image cropper not working. When you install the "UmbracoFileSystemProviders.Azure" via Visual Studio all the necessary dependencies and files are not included. I had to reinstall "UmbracoFileSystemProviders.Azure" from Umbraco, via backoffice, under "Packages".

It seems that this problem is still here since 2016. I opened a discussion in the Umbraco forum where I also highlighted the missing packages and all the added files.

I found the solution thanks to another thread on Umbraco 7 from 2016. Please fix it!