During script execution in TestComplete, I encounter an error when displaying the desktop application window. TestComplete throws an error: "testcomplete c#script runtime error. object doesn't support this property or method" at the moment of checking whether the window exists.
while (!p["WaitWinFormsObject"]("ConfigStatusDialog",1000)["Exists"])
w["Keys"]("[F2]")
Name of my Window is ConfigStatusDialog and it is visible in applicattion (in TestComplete "Exists" is True.
