Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Pathfinder - Shortest path (Read 1632 times)
muthuhamid
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 1st, 2009
Pathfinder - Shortest path
Apr 27th, 2009 at 9:14am
Print Post  
When i am trying to find the shortest path between two selected nodes am getting the following Exception Error

{"Value cannot be null.
Parameter name: value"}

The scenario behind this error is :

My starting node(From node) is inside the Container Node and the end node(To node) is out side of the Container.

Code am using is as follows

try

Dim pFinder As New PathFinder(Me._Doc, True)
Dim tPath As Path = pFinder.FindShortestPath(sServer, dServer)

Catch ex As Exception
End Try

It works fantastic if I try with from node and to node is not in the container.


Can You pls help me in this regards.

Hamid
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Pathfinder - Shortest path
Reply #1 - Apr 27th, 2009 at 12:55pm
Print Post  
This should work with version 5.2.1. What version are you using now?
  
Back to top
 
IP Logged
 
muthuhamid
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 1st, 2009
Re: Pathfinder - Shortest path
Reply #2 - Apr 27th, 2009 at 1:16pm
Print Post  
Yeah...
Thanks a lot .
It works with 5.2.1.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint