I'm working on a old project with the latest umbraco 6 and can't make uSync to work even using the recommended version http://usync.readthedocs.io/versions/
Got this error... Anyone managed to run uSync on the latest 6 by any chance?
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.TypeInitializationException: The type initializer for 'jumps.umbraco.usync.SyncDocType' threw an exception. ---> System.MissingMethodException: Method not found: 'Umbraco.Core.Services.IPackagingService Umbraco.Core.Services.ServiceContext.get_PackagingService()'.
at jumps.umbraco.usync.SyncDocType..cctor()
--- End of inner exception stack trace ---
at jumps.umbraco.usync.SyncDocType.SaveAllToDisk()
at jumps.umbraco.usync.uSync.SaveAllToDisk()
at jumoo.usync.ui.uSyncUi.btnExport_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_dashboard_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
uSync with latest Umbraco 6.2.6
Hi,
I'm working on a old project with the latest umbraco 6 and can't make uSync to work even using the recommended version http://usync.readthedocs.io/versions/
Got this error... Anyone managed to run uSync on the latest 6 by any chance?
is working on a reply...