> missing a t which corrected. This is on crystaltech. How do I "reset" the > cfc?
You shouldn't have to do anything. Just publishing a new file should work, unless you're caching the CFC instance in memory - and it doesn't appear that you're doing that. In some rare cases, you may have to delete the compiled CFC from the server. You can see the name of that CFC from the stack trace: cfhardlinkgenerator2ecfc446576818$funcLINKGENERATOR Each method within a CFC is actually compiled as a separate class. By default, these live in \coldfusion9\wwwroot\WEB-INF\cfclasses, I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsit ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331694 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

