did you stop and restart the CF service?

+-----------------------------------------------+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
        - Thomas Paine, The American Crisis



-----Original Message-----
From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 8:36 AM
To: CF-Talk
Subject: RE: Problems installing a cfx dll


Thanks for the correction.  Wasn't certain on that, but thought it was worth
mentioning. :)

-----Original Message-----
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 11:34 AM
To: CF-Talk
Subject: Re: Problems installing a cfx dll


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


______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to