Forum Discussion
AlexanderM
Staff
16 years agoHi Pakinam,
It looks like you are using Internet Explorer 8. By default, this browser launches a new process per each tab, and your Page object seems to be present in the processes with different indexes (currently, you refer to the process with index 1 by default). You can make Internet Explorer launch only one process. To do this, in the system registry, search for the TabProcGrowth value in the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main key (if it is not present, add the value of the string type) and set it equal to zero.
For more informaton, refer to the MSDN Blogs record.
If this does not help or the Internet Explorer version differs, refer to the Handling the 'Object Not Found' Errors help topic.
Please let us know whether these suggestions help.
It looks like you are using Internet Explorer 8. By default, this browser launches a new process per each tab, and your Page object seems to be present in the processes with different indexes (currently, you refer to the process with index 1 by default). You can make Internet Explorer launch only one process. To do this, in the system registry, search for the TabProcGrowth value in the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main key (if it is not present, add the value of the string type) and set it equal to zero.
For more informaton, refer to the MSDN Blogs record.
If this does not help or the Internet Explorer version differs, refer to the Handling the 'Object Not Found' Errors help topic.
Please let us know whether these suggestions help.