Closed tusmester closed 6 years ago
The BlobStorageConfiguration class does not exist anymore in the Services component (v7.3+), replace usages in ascx files with the new API:
BlobStorageConfiguration
SenseNet.Configuration.BlobStorage
For example in this view (line 80):
/Root/System/SystemPlugins/Portlets/IntraUploadDialog.ascx
Fixed
The
BlobStorageConfiguration
class does not exist anymore in the Services component (v7.3+), replace usages in ascx files with the new API:For example in this view (line 80):