Forum Discussion
denolfe
12 years agoOccasional Contributor
Simon, thank you for continuing to troubleshoot with me. I am running TE 9.3 and have the following 2 statements
using AutomatedQA.script;
using AutomatedQA.TestComplete;
Both are recognized by Visual Studio as valid. Putting "using TestComplete" oddly enough is not recognized.
Admittedly, I have never done any 3rd party dll referencing before. Is there anything that must be done beyond adding the references to the project and the necessary using statements? It looks like the AutomatedQA.script.dll is being referenced correctly as all of those lines are recognized. However, anything for the AutomatedQA.TestComplete.CSConnectedApp.dll is not. I did however do the same exact process for adding both.
using AutomatedQA.script;
using AutomatedQA.TestComplete;
Both are recognized by Visual Studio as valid. Putting "using TestComplete" oddly enough is not recognized.
Admittedly, I have never done any 3rd party dll referencing before. Is there anything that must be done beyond adding the references to the project and the necessary using statements? It looks like the AutomatedQA.script.dll is being referenced correctly as all of those lines are recognized. However, anything for the AutomatedQA.TestComplete.CSConnectedApp.dll is not. I did however do the same exact process for adding both.