There's a couple of things that can cause issues with the class files. One of them is if a file name changes case. So, if you originally have "dump.cfm" and then it gets changed to "DUMP.CFM" it can cause CFMX to not recognize that the class file already exists and it will try to write out a new class file with different case. If you're on a windows system (not case sensitive) then it sees the two files as having the same name and throws an error (file already exists).
I really just did it on my systems as a precautionary measure. Really, the updater should do it for you, but hey, there's a lot of things the updater should do---having to choose the location of your cfmx installation and cfide directory is silly. Sam At 09:50 AM 12/13/2002, you wrote: >I didn't have to delete any class files? >why do some have to? > >..tony > >Tony Weeg >Senior Web Developer >UnCertified Advanced ColdFusion Developer >Information System Design >Navtrak, Inc. >Mobile workforce monitoring, mapping & reporting >www.navtrak.net >410.548.2337 > >-----Original Message----- >From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] >Sent: Friday, December 13, 2002 9:39 AM >To: CF-Talk >Subject: Re: Happy story with updater2? > > >At 08:20 AM 12/13/2002, you wrote: > >Do we have any happy stories from people who have installed updater2 >for > >CFMX? > > > >George > >[EMAIL PROTECTED] > > >Since there have been a few reports of problems, I think this was a good > >idea to ask people about successful installations--which I'm sure are >numerous. > >I installed on one development server (Win2K Server, IIS) and two >development workstations (Win2k Pro, Win XP Pro) in a few minutes with >no >hassles whatsoever--not even a reboot. I did stop all services and >deleted >all *.class files before installing. > >FYI, these are all of my CFMX boxes--no production box at this time. > >Sam > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

