Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Do you know what line the error occurs on? The error you indicated means that, in the code you're calling, you are attempting to call or access a method or property of an object that doesn't support it... so, somewhere in your code, you haven't established the object properly.
- Amparo8 years agoNew Contributor
Thank you for your reply
We got to call this method of the C library and execute it but now we have another error when leave the method:
"An exception occurred: 0xC0000005; class: ; description"
(Note:We have TestComplete version 9)
Amparo