Copied to clipboard

Flag this post as spam?

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


  • Matt 308 posts 730 karma points
    Jan 30, 2020 @ 11:14
    Matt
    0

    uSync error

    Hi,

    I've got uSnyc installed and I'm trying to delete a partial view and I'm getting the following error;

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

    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at uSync.Exporter.uSyncExportComponent.SettingsTreeControllerMenuRendering(TreeControllerBase sender, MenuRenderingEventArgs e) at Umbraco.Core.Events.TypedEventHandler2.Invoke(TSender sender, TEventArgs e) at Umbraco.Web.Trees.TreeControllerBase.OnMenuRendering(TreeControllerBase instance, MenuRenderingEventArgs e) in d:\a\1\s\src\Umbraco.Web\Trees\TreeControllerBase.cs:line 411 at Umbraco.Web.Trees.TreeControllerBase.GetMenu(String id, FormDataCollection queryStrings) in d:\a\1\s\src\Umbraco.Web\Trees\TreeControllerBase.cs:line 167 at lambda_method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ApiControllerActionInvoker._15.MoveNext()

  • Kevin Jump 1867 posts 11859 karma points MVP 4x c-trib
    Jan 30, 2020 @ 11:40
    Kevin Jump
    0

    Hi Matt,

    yeah sorry :( the exporter menu is trying to offer you the option to export the partial view, and it actually can't do that - so it's stupid!

    I have a fix for this now, We will wrap it up into the next release.

    Kevin

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies