Releases: LucGosso/Gosso.EPiServerAddOn.DownloadIfMissingFileBlob
CMS 11 - version 2.1.1
CMS 11 latest - version 2.1
Cookies enabled configuration
.net 4.6.1
Episerver CMS 11
MVC and Webform
Use version 1.6 for CMS 9 and 10
Version CMS 11 - 2.0
.net 4.6.1
Episerver CMS 11
MVC and Webform
Use version 1.6 for CMS 9 and 10
Version 1.6
.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform
Compiled with CMS 9 as best practice.
in v 1.6 Implemented log4net + bug in blob path with _
Version 1.5
.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform
Compiled with CMS 9 as best practice.
in v 1.5 Using Async + thumbnails size working
For CMS 9 and 10
.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform
Compiled with CMS 9 as best practice.
Version 1.3
.net 4.5.2
Episerver CMS 8, 9 and 10
MVC and Webform
AssemblyBindings (EPiServer & EPiServer.Framework) in web.config must incorp version 10.0.1.0.
For example if you have lower Episerver:
<dependentAssembly>
<assemblyIdentity name="EPiServer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.1.0" newVersion="9.12.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="EPiServer.Framework" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.1.0" newVersion="9.12.0.0" />
</dependentAssembly>
Version 1.2 (with bug in MVC) new update coming 6th feb!
IMPORTANT issue no 3 is to be fixed to 6th Feb 2017. So not for MVC for now.
Checking for 200 response before downloading images
.net 4.5.2
Episerver CMS 8, 9 and 10
For CMS 9 and 10
Just up versioned and tested with CMS 10
v1.1
Download the nuget package to your local feed for installation with package manager console in Visual Studio. It will install one file, the Gosso.EPiServerAddOn.MissingFileBlobProvider.dll into the bin folder. Also configure episerverframework.config/web.config with the MissingFileBlob.
In Package Manager Console i recommend 'install-package Gosso.EPiServerAddOn.DownloadIfMissingFileBlobProvider -IgnoreDependencies' if you have compatibility problems. It is dependent to EPiServer.