Solved
Forum Discussion
EkremMese1
2 years agoContributor
So you mean my column header might be the problem?
Hello again,
I just find out that the issue is cause by not closing the driver in the methods that I called in my code.
DDT.CloseDriver(DDT.CurrentDriver.Name);This line solved issue for me.
So you mean my column header might be the problem?