Debugging
If a problem is encountered that requires a full log of steps performed by the service or client, such logging can be turned on as follows.
Service
- Open Services.msc.
- Select "PDF Forms Monitor" and use the Stop Service button (or right-click on it and select Stop).
- Go to the installation directory (C:\Program Files\CNG\PDF Forms Monitor by default) and open PDFFormsMonitorService.exe.config in Notepad.
- Near the bottom, locate the section in userSettings labeled:
“<setting name="Debug" serializeAs="String">”
and change“<value>False</value>”
to“<value>True</value>”
and save the file. - Go back to the Services dialog, select PDF Forms Monitor and use the Start button (or right-click on it and select Start).
- The service log file can be found at:
C:\Windows\System32\config\systemprofile\AppData\Roaming\CABINET\FormsMonitor\Logs
followed by directories for the year, month, and date. - To turn off debugging, repeat the steps above, changing
“<value>True</value>”
back to“<value>False</value>”
Client
- Go to the installation directory (by default):
C:\Program Files\CNG\PDF Forms Monitor
and open PDFFormsMonitor.exe.config in Notepad. - Near the bottom, locate the section in userSettings labeled
“<setting name="Debug" serializeAs="String">”
and change“<value>False</value>”
to“<value>True</value>”
and save the file. - Start the client. The log file can be found at
C:\Users\<username>\AppData\Roaming\CNG\FormsMonitor\Logs
followed by directories for the year, month, and date. - After exiting the client, debugging can be turned off by repeating the steps above, changing
“<value>True</value>”
back to“<value>False</value>”
Comments
Article is closed for comments.