Hi,
I am getting the following expetion when trying to run the sample application when TomTom is already running. It works fine when TomTom isn't running. Is there any issues with with using the InThHand.TomTom library with an already running TomTom program.
The returned Error is:
InTheHand.TomTom.TomTomError.NoResponse
at InTheHand.TomTom.Navigator.CheckResult()
at InTheHand.TomTom.Navigator.add_RawGpsReceived()
at TomTomSample.Form1.btnStart_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at TomTomSample.Form1.Main()