You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: