Forum Discussion
Hi Robert,
It appears that your .NET application is not recognized as Open - that is why, the dialog cannot be recognized. There was a known problem which caused such behavior in TestComplete/TestExecute 7, however, it should be fixed in TestComplete/TestExecute 8. Please answer the following questions:
1. A possible cause of the problem is that some complex actions which take long to be complete are performed in the application's GUI threads when the application is started (the application's main window may become blank or unresponsive in such cases). If so, try increasing the "Method invoke timeout" option described in the "Project Properties - General Open Applications Options" help topic, check whether the problem persists, and let us know your results.
2. Is your tested application compiled for an x86 platform or for a x64 platform?
3. Exactly how is the application launched? Is it launched as an item of the Tested Applications collection? Is it launched under another account (in RunAs mode)? Is it launched before or after TestComplete is launched? Please send us detailed steps you follow to launch the application.
4. Is the application launched from a network folder or from a folder having specific Runtime Security Policy settings? In either of these cases, please make sure that the Runtime Security Policy settings for the folder from which the application is started are set as it is described in the "Working With Network and No-Touch-.NET-Deployment Applications" help topic.
5. Is the application treated as Open according to the Process Filter options? Please see the "Project Properties - Process Filter Options" help topic for details.
6. The problem can be caused by the fact that TestComplete is terminated incorrectly and the tested application is not restarted after that. Is this your case?
7. Does your tested application use components that are not a part of the Windows Forms application framework by default (e.g. VCL.NET) or WPF components?
8. Does your application's process have child objects named "AppDomain(...)" when the application is not recognized as Open?