Copied to clipboard

Flag this post as spam?

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


  • Tom Steer 161 posts 596 karma points
    Feb 19, 2016 @ 11:18
    Tom Steer
    0

    uSync.ContentEdition Startup Error

    Hey,

    I've just tried to install uSync.ContentEdition (3.0.2) on Umbraco 7.4 and at startup I get the following error:

    Method not found: 'Jumoo.uSync.BackOffice.uSyncAction Jumoo.uSync.BackOffice.uSyncActionHelper`1.SetAction(Jumoo.uSync.Core.SyncAttempt`1<System.__Canon>, System.String)'.
    

    This is the stack trace:

    [MissingMethodException: Method not found: 'Jumoo.uSync.BackOffice.uSyncAction Jumoo.uSync.BackOffice.uSyncActionHelper`1.SetAction(Jumoo.uSync.Core.SyncAttempt`1<System.__Canon>, System.String)'.]
       Jumoo.uSync.Content.BaseContentHandler`1.ImportFolder(String folder, Int32 parentId, Boolean force, Dictionary`2 updates) +0
       Jumoo.uSync.Content.BaseContentHandler`1.ImportAll(String folder, Boolean force) +243
       Jumoo.uSync.BackOffice.uSyncBackOfficeContext.ImportAll(String folder, Boolean force) +439
       Jumoo.uSync.BackOffice.uSyncApplicationEventHandler.Setup() +219
       Jumoo.uSync.BackOffice.uSyncApplicationEventHandler.ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) +317
       Umbraco.Core.ApplicationEventHandler.OnApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) +49
       Umbraco.Core.CoreBootManager.<Complete>b__a(IApplicationEventHandler x) +239
       Umbraco.Core.EnumerableExtensions.ForEach(IEnumerable`1 items, Action`1 action) +142
       Umbraco.Core.CoreBootManager.Complete(Action`1 afterComplete) +287
       Umbraco.Web.WebBootManager.Complete(Action`1 afterComplete) +59
       Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +254
       Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e) +44
    
    [HttpException (0x80004005): Method not found: 'Jumoo.uSync.BackOffice.uSyncAction Jumoo.uSync.BackOffice.uSyncActionHelper`1.SetAction(Jumoo.uSync.Core.SyncAttempt`1<System.__Canon>, System.String)'.]
       System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9960905
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +339
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296
    
    [HttpException (0x80004005): Method not found: 'Jumoo.uSync.BackOffice.uSyncAction Jumoo.uSync.BackOffice.uSyncActionHelper`1.SetAction(Jumoo.uSync.Core.SyncAttempt`1<System.__Canon>, System.String)'.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9942412
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +26
    

    Is it just uSync.ContentEdition isn't supported in Umbraco 7.4 yet?

    Cheers,

    Tom

  • Kevin Jump 2310 posts 14694 karma points MVP 7x c-trib
    Feb 19, 2016 @ 11:57
    Kevin Jump
    0

    Hi Tom,

    can you just confirm what versions of uSync are running (in the developer uSync tab).

    currently the highest version for 7.4.x is

    (uSync.BackOffice 3.1.1.740) (uSync.Core 5.3.1.740)

    I think uSync.ContentEdition should 'just work' with the latest version of umbraco and usync, but i haven't done lots of testing beyond checking it still ran imports for me :-/

    Kevin

  • Tom Steer 161 posts 596 karma points
    Feb 19, 2016 @ 12:03
    Tom Steer
    0

    Hey Kevin,

    I can't get to Umbraco backoffice atm due to this error happening at startup.

    But this is the version numbers from the packages.config file.

    <package id="uSync.BackOffice" version="3.1.1.740" targetFramework="net452" />
    <package id="uSync.Core" version="5.3.1.740" targetFramework="net452" />
    

    I installed it from nuget so these are the dependencies from uSync.ContentEdition.

    Cheers,

    Tom

  • lucuma 261 posts 563 karma points
    Feb 22, 2016 @ 22:59
    lucuma
    0

    Same error, just installed usync core/snapshop/content today on a fresh install of umbraco.

  • Kevin Jump 2310 posts 14694 karma points MVP 7x c-trib
    Feb 23, 2016 @ 09:45
    Kevin Jump
    100

    Hi,

    yes appoligies, there was some dependency fluff in the nuget package, which meant installing the content edition was messing up the core dll's

    :(

    I've pushed out an updated version of ContentEdition here and to nuget, so installing / updating to that version should fix any issues you had.

    if you have a uSync.BackOffice package still installed you should remove it. that will be an old version installed by content edition, and it clashes with usync. - (also you might need to refresh usync once you remove it?)

    Kevin

  • Tom Steer 161 posts 596 karma points
    Mar 01, 2016 @ 09:45
    Tom Steer
    0

    Great thanks Kevin, that's working now :)

Please Sign in or register to post replies

Write your reply to:

Draft