> -----Original Message----- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 07, 2005 12:53 PM > To: CF-Talk > Subject: RE: Please help correct an assumption regarding Application.cfm > > Damien, > > It's likely that you are setting application variables because you say > they > "are stored in the application scope". Application variables are designed > to > be set once and read many times - or at least ap variables like DSN are > designed this way. Just changing the file will not reload these variables > per se - unless your code is written to write to the variables over and > over > (as some code is).
One other possible hitch that just recently hit us (when moving an app from CF 4.5 to MX7): Application NAMES in MX are case-sensitive. So, in our case there was an extraneous "cfapplication" tag deep in the code that spelled the app name the same, but used different case. Although this worked fine in 4.5 it creates a brand new (empty) application in MX. Once we removed the (unneeded anyway) cfapplication tag everything worked again. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217548 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

