Forum Discussion
rraghvani
6 months agoChampion Level 3
So the error "...requested name or ordinal" occurs only during playback, but not when debugging?
Related Content
- 2 years ago
- 8 years ago
- 7 years ago
Recent Discussions
- 4 days ago
- 4 days ago
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?