Forum Discussion
denolfe
12 years agoOccasional Contributor
Simon,
Thank you for pointing that out. I most likely would have run into that after resolving the current issue
However, as it stands right now I can't compile due to the following 2 lines:
TestComplete.ITestCompleteCOMManager TestExecuteManager = (TestComplete.ITestCompleteCOMManager)TestExecuteObject;
TestComplete.ItcIntegration IntegrationObject = TestExecuteManager.Integration;
I am getting the Error:
"The type or namespace name 'TestComplete' could not be found (are you missing a using directive or an assembly reference?)" on the 3 mentions of TestComplete
Anything look wrong with those? It is right from the documentation.
Thank you for pointing that out. I most likely would have run into that after resolving the current issue
However, as it stands right now I can't compile due to the following 2 lines:
TestComplete.ITestCompleteCOMManager TestExecuteManager = (TestComplete.ITestCompleteCOMManager)TestExecuteObject;
TestComplete.ItcIntegration IntegrationObject = TestExecuteManager.Integration;
I am getting the Error:
"The type or namespace name 'TestComplete' could not be found (are you missing a using directive or an assembly reference?)" on the 3 mentions of TestComplete
Anything look wrong with those? It is right from the documentation.