When you say "installed", did you use regsvr32.exe ?
I'm not 100% if this is necessary... but it might be. :)

Eric

-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 11:28 AM
To: CF-Talk
Subject: Problems installing a cfx dll


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

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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