Archive for: February 22nd, 2010

When starting Dreamweaver CS4 I get an error of microsoft visual c++ runtime library: runtime error

Feb 22 2010 Published by aaron under Programming, Sysadmin, Windows

Today I got an error message of "microsoft visual c++ runtime library: runtime error ..." when attempting to run Adobe Dreamweaver CS4. This is horrible!! Here is a screen show showing what I got:

dreamweaver cs4 windows error

my dreamweaver cs4 windows error

My method for fixing this error on Windows XP was to do move the following directory into my Recycle Bin:

  • c:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver CS4

Note: The "Application Data" folder is hidden and you might need to do the following:

  1. Choose menu "Tools"
  2. Choose menu item "Folder Options"
  3. Choose tab "View"
  4. Enable "Show hidden files and folders"
  5. Click "OK"

After removing the directory, launching Dreamweaver worked! I was also surprised that I did not loose any of my site settings.

2 responses so far