Skip to main content

Issues With Routing Task

Comments

2 comments

  • Permanently deleted user

    Are you able to find the URL request that generated this error? Fiddler or IE10's developer mode should provide it.  If dropping that URL in a standard browser, and then modifying it to work will likely give you the exact error. It sounds like a field is being requested that doesn't exist.

    Shawn.

    0
  • Permanently deleted user

    I was using fiddler but after comparing I figure out that the route task was using the hierarchy by default set to true. I needed to change the route parameter for that property to false and it now works since our route service did not have these setup. Thanks

    0

Please sign in to leave a comment.