cancel
Showing results for 
Search instead for 
Did you mean: 

There was an error during the spying operation.

rob_jones
Level 2
Ive got a process that's running fine on a wIn XP machine, I'm trying to get it working on a Win 7 machine and Im hitting a problem, one object starts off with a 'Navigate' step that launches IE with a specific URL, the next 'Navigation' step just clicks on one of the links on the page....this works fine on my XP machines, but isn't working on my Win 7 test machine. Launching application modeller to try and spy the links on the page I get the bellow error System.NullReferenceException: Object reference not set to an instance of an object. at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers) at Automate.frmIntegrationAssistant.btnSpy_Click(Object sender, EventArgs e) I've tried launching the IE window from the application modeller etc and nothing works....im a bit stumped. Rob
1 REPLY 1

rob_jones
Level 2
Fix for me...in Regedit HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\ add TabProcGrowth with value 0 And I can spy the page correctly now.