Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Benjamin Dasari on July 26, 2021, 10:37:50 AM

Title: Resolving comdlg related errors on Windows 8 or 10 [comdlg32 files]
Post by: Benjamin Dasari on July 26, 2021, 10:37:50 AM

Symptoms
When you use Liquid UI to open a dialog window to select a file, you receive error related to MsComdlg or CommonDialog.
This article provides resolution to the issue.

Resolution:
Download the comdlg32 files(comdlg32.dll and comdlg32.ocx):
 Comdlg32 files (click here) (http://updates.guixt.com/downloads/comdlg32.zip)
OR
Paste the below link in your browser:
http://updates.guixt.com/downloads/comdlg32.zip

Steps to register the ocx file:
Step 01: After the download of comdlg32.zip
Step 02: Extract comdlg32.zip
Step 03: Place the files in "C:\Windows\SysWOW64" folder
Step 04: Open command prompt as admin and run the below commands:
            cd C:\Windows\SysWOW64
            regsvr32 comdlg32.ocx