Do you have any custom toolbars or buttons? If so, you might disable them. I remember HS having an issue when these were displayed. I would always get an access violation each time I closed HS. Once I turned off all custom toolbars, the problem went away for the most part.
This is a longshot, but it is possible that, even though unrelated, it could be the cause. M!ke -----Original Message----- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 11:23 AM To: CF-Talk Subject: HomeSite+ 5.5 and access violations Thought I was losing it, but this seems reproducible. I don't find any mentions in the archives, or anywhere via Google, so here goes: Anytime I start typeing a CFIF block where there is a function call whose argument is in quotes, I get an error "Access Violation at address 00403A33 in module "Homesite+.exe" at address 00000000" as soon as I try to space past the closing double-quote in the argument, but only when it is typed on the same line. Example (I'm using len() for the function, but it doesn't matter what the function is): <CFIF A IS B> works <CFIF len(a) IS B> works <cfif len("a" gets the error as soon as I enter the space following "a" But this works, ugly as it is: <cfif len("a" IS B> Note that in that last example, I can get the error when I hit the space after the "a", and also after typing IS I did more checking, and it's not really a function of being in the middle of entering a CFIF block. The same thing happens, for instance, if I'm in the middle of trying to type <cfset a=len("b")> This all happens whether I am typing the text in from scratch, or editing existing text. Sure looks to me like it's falling apart trying to parse the structure of the statement I'm in the process of typing, but I've not run into this one before. Thanks everyone, -reed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230026 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

