Umbraco.Courier.Core.Cache.ItemCacheManager error when saving a document
Umbraco: umbraco v 4.7.2 (Assembly version: 1.0.4573.23178)
Courier: 2.7.3_2.7.3.39
When I try and save content, I get this error below. I read old threads regarding this and the solution was to upgrade to 2.7.1, well I am on 2.7.3 so not sure what the issue is now?
Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.]
Umbraco.Courier.Cachehandler.V4.CacheHandler._sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:223
Umbraco.Courier.Cachehandler.V4.CacheHandler.sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:197
Umbraco.Courier.Cachehandler.V4.CacheHandler.Document_AfterSave(Document sender, SaveEventArgs e) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:164
We bought a license, and I unzipped the manual installation and I dropped all the .dll's into the /bin folder.
The zip is named:
Courier_2.7.3_2.7.3.39
and the manual install doesn't have a version # in the name:
Umbraco.Courier2_manual_install.
Just to make sure, I copied and pasted all the .dll's again and when I try and save I still get this error:
Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
Umbraco.Courier.Core.Cache.ItemCacheManager error when saving a document
Umbraco: umbraco v 4.7.2 (Assembly version: 1.0.4573.23178)
Courier: 2.7.3_2.7.3.39
When I try and save content, I get this error below. I read old threads regarding this and the solution was to upgrade to 2.7.1, well I am on 2.7.3 so not sure what the issue is now?
Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.]
Umbraco.Courier.Cachehandler.V4.CacheHandler._sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:223
Umbraco.Courier.Cachehandler.V4.CacheHandler.sendToCache(ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:197
Umbraco.Courier.Cachehandler.V4.CacheHandler.Document_AfterSave(Document sender, SaveEventArgs e) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Contrib\Providers\Umbraco.Courier.CacheHandler.V4\Cachehandlers\CacheHandler.cs:164
umbraco.cms.businesslogic.web.SaveEventHandler.Invoke(Document sender, SaveEventArgs e) +0
umbraco.cms.businesslogic.web.Document.FireAfterSave(SaveEventArgs e) +27
umbraco.cms.businesslogic.web.Document.Save() +173
umbraco.cms.presentation.editContent.Save(Object sender, EventArgs e) +1831
System.EventHandler.Invoke(Object sender, EventArgs e) +0
umbraco.controls.ContentControl.saveClick(Object Sender, ImageClickEventArgs e) +319
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +115
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +120
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hey
Sounds like you dont have the core Courier dlls in place, or you have an old dll in place instead of the 2.7.x one
We bought a license, and I unzipped the manual installation and I dropped all the .dll's into the /bin folder.
The zip is named:
Courier_2.7.3_2.7.3.39
and the manual install doesn't have a version # in the name:
Umbraco.Courier2_manual_install.
Just to make sure, I copied and pasted all the .dll's again and when I try and save I still get this error:
Could not load type 'Umbraco.Courier.Core.Cache.ItemCacheManager' from assembly 'Umbraco.Courier.Core, Version=1.0.4420.27366, Culture=neutral, PublicKeyToken=null'.
is working on a reply...