Greetings,

installed a dll and registered it in CFSERVER,

but when running the tag I get this error,

The library associated with the custom tag CFX_ZIP
(C:\CFusion\cfx\CFX_Zip\CFX_Zip.dll) was not found.

<CFSET VARIABLES.ZIPPath="#REQUEST.LOGPATH##SESSION.CustomerName#">
<CFX_Zip
         ACTION="ZIP"
         FILE="#VARIABLES.ZIPPath#*.*"
         ZIPFILE="#REQUEST.ZIPPath##SESSION.CustomerName#.ZIP"
         RECURSE="Yes"
         STOREPATH="Yes">

Am I missing something simple here,

J
______________________________________________________________________
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

Reply via email to