I am getting this error in while loop which has a very simple condition. I just want to loop until the value is less than the variable defined.
My condition has an increment variable which value is assigned to 0 and as it loops through the value is incremented and the other value is the count/length of a dictionary element. The type of dictionary is divisionsDictionary(String, IList(of String)) and the condition is:
while(counterSubDivArr < divisionsDictionary(divisionNames(i)).Count)