Question
CIBC Bank
CA
Last activity: 19 Sep 2017 22:58 EDT
Unable to start process iexplore.exe
I have 2 web adapters in 2 different projects. The first adapter is started by automation( StartOnProjectStart = false, StartMethod = Start). Second adpater is also started by automation (StartOnProjectStart = false, StartMethod = MonitorAll). Both the adapters points to the same web application (has same start page URL). When i execute i'm getting the error "Unable to start process iexplore.exe". The sequence in automation is: SecondAdapter.Start --> FirstAdapter.Start.
Note: The reason to use two different web adapters for same application is that these two are developed as independent projects(solutions). When i try to integrate them under one solution, i'm getting the above error.
Any help would be much appreciated!!
Thanks,
Nivas