I'm trying to replicate something similar to the ArcGIS WPF Runtime SDK (C:\ArcGIS\WPF1.0\SDK\Samples\Sample Application\Sample Application.exe) "Routing with Barriers Online" sample with two major modifications ... 1. I have my own network dataset (created from a feature class using ArcObjects classes) 2. I want it to run locally and not on an ArcGIS server instance. Can I exploit LocalServer for this?
First, can this be done? If so, what is the best approach? I have both the WPF runtime and ArcObjects SDK to work with.