Adobe Dreamweaver CS3 crashes when selecting text in code view

Another one of those funnies... Only recently Adobe dream weaver CS3 started crashing when I was selecting text in code view. For example, the code below, if I tried to select the whole CFIF block, then immediately a Vista error message appeared saying dreamweaver had crashed.

<cfif isdefined("attributes.endDate")>
 <cftry>
  <cfset attributes.startDate = dateformat(attributes.startDate, "dd mmm yy")>
  <cfcatch type="Any">
   <cfset tx = structDelete(attributes, "startDate")>
  </cfcatch>
 </cftry>
 <cftry>
  <cfset attributes.endDate = dateformat(attributes.endDate, "dd mmm yy")>
  <cfcatch type="Any">
   <cfset tx = structDelete(attributes, "endDate")>
  </cfcatch>
 </cftry>
</cfif>

 

Not ideal since the vast majority of developing code involves copying and pasting blocks of text.

After some investigation, I found the following thread which helped immensely:-

http://groups.google.com/group/macromedia.dreamweaver/browse_thread/thread/e493f48243a14b28/2fa3ea8a3c34ba5b

The crux of it was deleting the winfilecachexxxxx.dat file - Once doing this, it was plain sailing and hasn't crashed since.

On Windows Xp, the file is at:-

[drive]:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver
9\Configuration

On Windows Vista, you can find it in:-

[drive]:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
or accessible via windows explorer in
Desktop\[username]\Roaming\Adobe\Dreamweaver 9\Configuration

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
THANKS ! ! !
# Posted By kaspelon | 05/11/07 18:18
Many thanks - this was vexing me for several weeks!
# Posted By geektime | 05/11/07 18:29
Thanks, this was a PITA!
# Posted By Mark Kecko | 05/11/07 19:16
It appears it was all because of the swith over from British Summertime back to Greenwich meantime. Sorry to appear uneducated but I'm not sure what times other countries go back to across the globe. Inshort terms, the clocks went back and dreamweaver broke.
# Posted By Martin Parry | 05/11/07 21:57
That worked like a charm!
# Posted By Petron | 06/11/07 15:16
Immediately fixed the problem - thanks! (symptoms solved: crash when selecting or putting cursor within certain text in a particular file, wouldn't necessarily crash when inserting it in identical text in other files)
# Posted By Keith | 06/11/07 18:33
Thanks very much... this was making me very g r u m p y
8-<
# Posted By Michael Evangelista | 09/11/07 03:35
Thank you so much for this! For some reason this issue has only affected one file (that I have noticed anyway), but it has been a nightmare working around it! All sorted now, you are a star.
# Posted By John Robinson | 23/12/07 12:50
Fantastic!!! Thanks so much for this trick.
# Posted By Giorgio Lardone | 12/03/08 22:48
That is perfect. Thanks a lot mate
# Posted By Shan | 06/04/08 14:17
Thanks a lot for that, saved me lots of hair pulling.
# Posted By Ben Garrett | 29/04/08 00:42
yea, freakin awesome dude!
# Posted By Yakkaus | 08/05/08 05:03
This was driving me insane. I can't thank you enough. I was about to call Adobe after not being able to find any tech articles about this problem. No patches to fix it either.
# Posted By Jason | 20/05/08 12:56
BlogCFC was created by Raymond Camden. This blog is running version 5.9.002. Contact Blog Owner