Copied to clipboard

Flag this post as spam?

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


  • oscar olsson 8 posts 28 karma points
    Nov 11, 2014 @ 09:11
    oscar olsson
    0

    Can't import using uSync (Umbraco 7.1.6, uSync 2.4.1)

    Hi!

    I'm using Umbraco 7.1.6 and I've installed uSync with Nuget. The version of uSync is 2.4.1.

    The export works fine. It creates files in the usync folder like "def.config" and a lot of folders.

    When I change something simple in a "def.config" file (for example change the name of a property or add a property) nothing happens.

    I've tried to uninstall and install usync again but it's the same problem. The export works but not the import (I use the import and export from the dashboard). Please help!

    This is output from the tracelog when I do the import: (I'm not sure if the exception on the top has to do with usync or not)

     

     

    System.FormatException: Input string was not in a correct format.

    at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)

    at System.String.Format(IFormatProvider provider, String format, Object[] args)

    at System.String.Format(String format, Object arg0)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.GenerateSelectorsForElementsWithTagName(List`1 elements, RenderedElement referenceElement, SelectorReferenceType referenceType, String selectorFormatString, SelectorGroupFunction[] groupMethods, Int32 startIndex)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.GenerateSelectorsWorker(IEnumerable`1 elements, RenderedElement referenceElement, SelectorReferenceType referenceType, String selectorFormatString, SelectorGroupFunction[] groupMethods)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.GenerateSelectorsWorker(IEnumerable`1 elements, RenderedElement referenceElement, SelectorReferenceType referenceType, SelectorGroupFunction[] groupMethods)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.GenerateGlobalScopeSelectors(IEnumerable`1 elements)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.GenerateSelectors(IEnumerable`1 elements)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.MappingData.MappingDataUtilities.ProcessDataIntoJsonObjects(IEnumerable`1 renderedOutputList, Boolean legacyJsonObjects)

    at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)

    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    2014-11-11 08:59:41,226 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Templates (79ms)

    2014-11-11 08:59:41,233 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Stylesheets (7ms)

    2014-11-11 08:59:41,266 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed data types (32ms)

    2014-11-11 08:59:41,588 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Doctypes [52](321ms)

    2014-11-11 08:59:41,604 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Macros (15ms)

    2014-11-11 08:59:41,895 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Media types (290ms)

    2014-11-11 08:59:41,895 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Languages (0ms)

    2014-11-11 08:59:41,897 [47] INFO  jumps.umbraco.usync.uSync - [Thread 75] Processed Dictionary items (1ms)

     

    (If I do the import again the first exception doesn't show up, so maybe the exception isn't related to usync)

Please Sign in or register to post replies

Write your reply to:

Draft