Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bracoboy 3 posts 23 karma points
    Jan 11, 2013 @ 17:25
    bracoboy
    0

    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

     

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jan 14, 2013 @ 09:52
    Per Ploug
    0

    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

     

  • bracoboy 3 posts 23 karma points
    Jan 14, 2013 @ 15:23
    bracoboy
    0

    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'.

Please Sign in or register to post replies

Write your reply to:

Draft