Fixing Dreamweaver CS3 Crashes
Monday, November 16th, 2009Ok, just a quick post today about an issue that I personally encountered that about baffled the living hell out of me. If you have Dreamweaver CS3, this is what happened to me….maybe it’ll help you.
Opened a file…php….and edited it and saved it no problem. Went to another .php file in my same project directory and as soon as I hit the “{” character….I got the dreaded, “Adobe Dreamweaver Has Stopped Working”…and so it closes and the frustration began. This also happened on a few .cfm ColdFusion files as well and in some cases it just involved me clicking in the code region like I was going to type something…but never got the chance as DW closed right away.
So after doing some digging that day, still couldn’t find anything. Thankfully I found the answer which said the error was caused by….Daylight Savings Time!!!! I had been in Arizona for many years and never changed my clocks on my computer since Arizona doesn’t change to and from Daylight Savings Time.
I thought about it and said you know, the problems did happen right on a Monday morning after the clock change…I wonder. So following the instructions I went to C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver 9\Configuration. (or if you have XP or Pre-Vista – C:\Documents and Settings\[Your username]\Application Data\Adobe\Dreamweaver
9\Configuration), deleted the WinFileCache*.dat from that directory, then restarted Dreamweaver….in a flash (no pun intended) it was working like a charm again.
I’m sure this has been fixed in later versions but just in case you’re not able to upgrade yet to CS4 and you’re still using CS3 like me, you’ll definitely want to make sure you watch for this in the future. Hope it helps someone else….let me know if it does.
