New to Map Suite and Routing. Downloaded routing samples. On each of the first 3 sample projects (POI on Route, POI on Route Advanced and Routing Tolerance) I receive an error indicating that 'Cannot implicitly convert type ‘LineShape’ to ‘MultilineShape’. Would appreciate information on how to correct the problem.
MultilineShape routeMultiLineShape = routingEngine.GetRoute(routingLayer.StartPoint, routingLayer.EndPoint).Route;