Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoSo the error "...requested name or ordinal" occurs only during playback, but not when debugging?
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 the error "...requested name or ordinal" occurs only during playback, but not when debugging?