Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Sun Life Financial
PH
Last activity: 4 Nov 2021 0:46 EDT
Unable to interrogate ClickOnce application
Hi,
I am trying to interrogate a ClickOnce application that is being started by an application manifest file (.application)
I have tried the following:
- Using Windows Adapter:
- Path: C:\Windows\explorer.exe
- Argument: Full file path to the .application file
- HookChildProcess: True
- StartMethod: StartAndWait
- StartTimeout: 100000
- TargetPath: Process name of applicatio
- Error Message: "...failed to start within the given timeframe"
- No interrogation form showed, but application started.
- Using Windows Adapter
- Path: C:\ProgramFiles\Internet\iexplorer.exe
- Argument: Web Service URL of Click Once app
- HookChildProcess: True
- StartMethod: StartAndWait
- StartTimeout: 100000
- TargetPath: Process name of applicatio
- Error Message on IE: The webpage cannot be found.
- Interrogation form showed, but application did not start
- Using Web Adapter
- StartPage: Web Service URL of Click Once app
- HookChildProcess: True
- StartTimeout: 100000
- Error Message on IE: The webpage cannot be found.
- Interrogation form showed, but application did not start
I am always killing the ClickOnce background task (dfsvc.exe) on Task Manager before starting the interrogation.
Hi,
I am trying to interrogate a ClickOnce application that is being started by an application manifest file (.application)
I have tried the following:
- Using Windows Adapter:
- Path: C:\Windows\explorer.exe
- Argument: Full file path to the .application file
- HookChildProcess: True
- StartMethod: StartAndWait
- StartTimeout: 100000
- TargetPath: Process name of applicatio
- Error Message: "...failed to start within the given timeframe"
- No interrogation form showed, but application started.
- Using Windows Adapter
- Path: C:\ProgramFiles\Internet\iexplorer.exe
- Argument: Web Service URL of Click Once app
- HookChildProcess: True
- StartMethod: StartAndWait
- StartTimeout: 100000
- TargetPath: Process name of applicatio
- Error Message on IE: The webpage cannot be found.
- Interrogation form showed, but application did not start
- Using Web Adapter
- StartPage: Web Service URL of Click Once app
- HookChildProcess: True
- StartTimeout: 100000
- Error Message on IE: The webpage cannot be found.
- Interrogation form showed, but application did not start
I am always killing the ClickOnce background task (dfsvc.exe) on Task Manager before starting the interrogation.
Can you kindly point out what I am doing wrong?
I have referenced the following:
https://collaborate.pega.com/question/pega-robotics-unable-interrogate-clickonce-app
Thank you.
Regards,
May