You don't use Regsvr32 on a CFX DLL. What he needs to do is make sure that the DLL is in the specified path and that any DLLs that are also required by the CFX are available as well. ColdFusion will complain that a CFX is missing when a required DLL is missing so you need to know if any other DLLs are required.
HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Carlisle, Eric" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 11:31 AM Subject: RE: Problems installing a cfx dll > 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 > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

