I'm receiving the following error when trying to "create" a media item using DAMP:
xception: The DLL: digibizadvancedmediapicker cannot call Courier APIs as you do not have the right licensing in place Please contact Umbraco on either e-mail: [email protected] or phone: DK +45 70 26 11 62 / US: 1.88.UMBRACO.1. - StackTrace: at Umbraco.Courier.Core.Licensing.InfralutionLicensing.ExternalDllCheck(Boolean throwException) at Umbraco.Courier.Core.Packaging.RevisionPackaging..ctor(String revision) at Umbraco.Courier.RepositoryProviders.Local.establishPackagingContext(ExecutionContext context) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.RepositoryProviders\Local\Local.cs:line 247 at Umbraco.Courier.RepositoryProviders.Local.Package(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.RepositoryProviders\Local\Local.cs:line 222 at Umbraco.Courier.Cachehandler.V4.CacheHandler._sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:line 211 at Umbraco.Courier.Cachehandler.V4.CacheHandler.Media_AfterSave(Media sender, SaveEventArgs e) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:line 147 at umbraco.cms.businesslogic.media.Media.SaveEventHandler.Invoke(Media sender, SaveEventArgs e) at umbraco.cms.businesslogic.media.Media.Save() at DigibizAdvancedMediaPicker.CreateMediaItem.BtnCreate_Click(Object sender, EventArgs e)
Can anyone help? I received a similar error when using AutoFolders as well.
FYI: This issue has been corrected. Paul Sterling directed me to: nightly.umbraco.org/.../ and had me replace the Courier DLL's with the hotfix DLL's. Alternatively, if you're not using the API, you can remove the umbraco.courier.cachehandler.v4.dll
Post Courier Licensing Error
I'm receiving the following error when trying to "create" a media item using DAMP:
xception: The DLL: digibizadvancedmediapicker cannot call Courier APIs as you do not have the right licensing in place Please contact Umbraco on either e-mail: [email protected] or phone: DK +45 70 26 11 62 / US: 1.88.UMBRACO.1. - StackTrace: at Umbraco.Courier.Core.Licensing.InfralutionLicensing.ExternalDllCheck(Boolean throwException) at Umbraco.Courier.Core.Packaging.RevisionPackaging..ctor(String revision) at Umbraco.Courier.RepositoryProviders.Local.establishPackagingContext(ExecutionContext context) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.RepositoryProviders\Local\Local.cs:line 247 at Umbraco.Courier.RepositoryProviders.Local.Package(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.RepositoryProviders\Local\Local.cs:line 222 at Umbraco.Courier.Cachehandler.V4.CacheHandler._sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:line 211 at Umbraco.Courier.Cachehandler.V4.CacheHandler.Media_AfterSave(Media sender, SaveEventArgs e) in c:\Program Files (x86)\teamcity\buildAgent\work\872c402d3442319c\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:line 147 at umbraco.cms.businesslogic.media.Media.SaveEventHandler.Invoke(Media sender, SaveEventArgs e) at umbraco.cms.businesslogic.media.Media.Save() at DigibizAdvancedMediaPicker.CreateMediaItem.BtnCreate_Click(Object sender, EventArgs e)
Can anyone help? I received a similar error when using AutoFolders as well.
Thanks,
Mike
FYI: This issue has been corrected. Paul Sterling directed me to: nightly.umbraco.org/.../ and had me replace the Courier DLL's with the hotfix DLL's. Alternatively, if you're not using the API, you can remove the umbraco.courier.cachehandler.v4.dll
is working on a reply...