Tuesday, March 6, 2018

Dreamweaver fatal error XML parsing

Step 1: Close DW, Navigate to C:\User\uruser\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configureation\Workspace\ and delete the specific xml file

Re-open DW. DW should auto-create your Workspace layout XML file again. See if it works fine.

PROCEED TO STEP 2 ONLY IF STEP 1 DOESN'T SOLVE THE ISSUE

Step 2: Navigate to C:\Users\useruser\AppData\Roaming\Adobe\Dreamweaver CS5\en-US\Configuration and delete the entire 'CONFIGURATION' folder. Re-open DW. DW should auto-create your configuration folder based on predefined layouts and config options. This will definitely fix your issue.

 Reason for this issue: This issue would have been caused due to a malformed workspace layout configuration. That may happen due to customizations you may have done to the layout/ improper file permissions/ improper shutdown on Windows.

NOTE: Reference link is https://forums.adobe.com/thread/996876

No comments:

Post a Comment

Please Comment Here!

How to backup and download Database using PHP

< ?php $mysqlUserName = 'databaseusername' ; $mysqlPassword = 'databasepassword' ; $mysqlHostNa...