Which driver and version does this occur? In version 3.20, the TNSTracker functionality was integrated into the TransactionNumber class along with some bug fixes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The easiest way to upgrade is to open the latest version of AdvancedHMI, then right click the project name (AdvancedHMI), choose Add Existing. Select all of the forms , only the *.vb files, from your project.
Sometimes you will get errors that you will have to work out one at a time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have an app that's been running for a while, and every so often, i get an error in the TNSTracker class, in this sub:
Public Shadows Sub RemoveAt(ByVal i As Integer)
If MyBase.Count >= (i + 1) Then
MyBase.RemoveAt(i)
InsertTimes.RemoveAt(i)
End If
End Sub
The error was index was out of bounds, but what's strange is that it haulted, the values were as follows:
mybase.count 14456
i 140
which doesn't make sense to me?
thanks,
Which driver and version does this occur? In version 3.20, the TNSTracker functionality was integrated into the TransactionNumber class along with some bug fixes.
I'm using version 3.19, is there an easy way to transfer all of my forms etc into a new version? thanks for the reply
The easiest way to upgrade is to open the latest version of AdvancedHMI, then right click the project name (AdvancedHMI), choose Add Existing. Select all of the forms , only the *.vb files, from your project.
Sometimes you will get errors that you will have to work out one at a time.