ContributionsMost RecentMost LikesSolutionsRe: HASP License Manager could not startFor those that are interested, this fix worked for me: http://support.smartbear.com/viewarticle/17804/Re: WPF Grid (windows presentation form) searchGot it working using the GetValue() and match() methods.WPF Grid (windows presentation form) searchHi, I'm trying to find which row/cell contains specific text by searching the second column of each row. I am using WaitProcess and .Exists (JScript) and then incrementing the row number if not found in that row, but it just stops the test if the text was not in the first row for some reason (Unable to find the object WPFObject("DataGridCell", "SOME TEXT", 2). Does anyone have any idea what I might be doing wrong? findText = "SOME TEXT" rowNumber = 1; itemFound = false; // Select row while (itemFound == false) { if (Sys.WaitProcess("......")..............WPFObject("DataGridRow", "", rowNumber).WPFObject("DataGridCell", findText, 2).WPFObject("TextBlock", findText, 1).Exists == true) { Sys.Process("......")..............WPFObject("DataGridRow", "", rowNumber).WPFObject("DataGridCell", findText, 2).WPFObject("TextBlock", findText, 1).Click(); } else rowNumber++; }HASP License Manager could not startHello, I'm trying to install TestComplete 8.7 Standard on Windows 7 Enterprise 64-bit via remote desktop and keep getting the errors in the attachments. Does anyone have any ideas on how to get this working? Thanks in advance!