Forum Discussion
AlexKaras
11 years agoCommunity Hero
Hi Rahna,
Without seen the problematic code, the only guess that I have is that the error message corresponds to the actual problem, i.e. the provider you are trying to use in your JScript code cannot be found.
Assuming that you installed the provider beforehand, the most probable reason is that you installed provider of incorrect bitness - TestComplete is 32-bit application and thus it can interact with 32-bit providers only. So, if you happened to install 64-bit provider, you must also install 32-bit version of it.
Hope this will help.
Without seen the problematic code, the only guess that I have is that the error message corresponds to the actual problem, i.e. the provider you are trying to use in your JScript code cannot be found.
Assuming that you installed the provider beforehand, the most probable reason is that you installed provider of incorrect bitness - TestComplete is 32-bit application and thus it can interact with 32-bit providers only. So, if you happened to install 64-bit provider, you must also install 32-bit version of it.
Hope this will help.