depends if you have access to the server itself....
If you dont then AFAIK you cant... you can try setting the var to "" ie... <CFOBJECT NAME="foo" CLASS="foo.bar"> and at the end <CFSET foo = ""> but i beleive that doesnt always work... If you have access to the server (ie you are developing locally). then SysInternals.com do an app called HandleEx (although its recently been renamed and i cant remeber what its called) that will show all handles that are open to files... you could then kill the handle to the .dll HTH Adrian Cesana wrote: > Is there any method of unloading a dll that was loaded with CFOBJECT without > stopping and starting CF? > > CF 4.01 > NT 4 SP6 > > Thanks,Adrian > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

