Hello
Does anyone know what this message could be regarding?
The application seems to fall over on the following line.
Dim variable1 As SqlString = Arraylist1(i
The first time the code runs everything is ok. The problem seems to occur when the application is run through a second time
here is the error message im getting....
An unhandled exception of type 'System.Argumen tOutOfRangeExce ption' occurred in mscorlib.dl
Additional information: Index was out of range. Must be non-negative and less than the size of the collection.
Does anyone know what this message could be regarding?
The application seems to fall over on the following line.
Dim variable1 As SqlString = Arraylist1(i
The first time the code runs everything is ok. The problem seems to occur when the application is run through a second time
here is the error message im getting....
An unhandled exception of type 'System.Argumen tOutOfRangeExce ption' occurred in mscorlib.dl
Additional information: Index was out of range. Must be non-negative and less than the size of the collection.
Comment