Hi,
I am using TTN6.
I have a problem with the NavigateToCoordinates. I have the next code:
Dim
nret As Integer = 0
Dim strname As String = "Ayuntamiento"
nret = TTN.NavigateToCoordinates(-4.02875, 39.85538, strname)
TTN.BringNavigatorToForeground()
and TTN6 don't show any route.
With TTN5 is running fine, but with TNN6 no. Is there any difference?
And when I am running by debug, in the Inmediate window, I have this message:
Excepción del tipo 'System.MissingMethodException' en PPPTTCF6_0N2.dll
Excepción del tipo 'System.MissingMethodException' en PPPTTCF6_0.dll
Excepción del tipo 'System.MissingMethodException' en System.Windows.Forms.dll
Excepción del tipo 'System.MissingMethodException' en PPPTTCF6_0.dll
Thank you