cyclestreets / winphone

Windows Phone 8 app
1 stars 0 forks source link

Cannot access child value on Newtonsoft.Json.Linq.JProperty. #67

Closed realworld666 closed 8 years ago

realworld666 commented 9 years ago
System.InvalidOperationException: Cannot access child value on Newtonsoft.Json.Linq.JProperty.
   at Newtonsoft.Json.Linq.JToken.get_Item(Object key)
   at CallSite.Target(Closure , CallSite , Object , String )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at CallSite.Target(Closure , CallSite , Object , String )
   at Cyclestreets.Managers.RouteManager.GetRouteSections(String routeType)
   at Cyclestreets.Utils.MapUtils.PlotCachedRoute(Map myMap, String currentPlan)
   at Cyclestreets.Pages.RouteOverview.<StartRouting>d__c.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__3(Object state)
   at BugSense.Core.BugSenseSyncContextHandler.AsyncSynchronizationContext.<>c__DisplayClass10.<WrapCallback>b__f(Object state)