I'm getting an error trying to create the HTTPX COM object.  Has anyone been
able to use this with CF?  It looks great.  It's built on WinSock and
supports SSL, headers, basically everything you'd ever need for HTTP
requests, but it's somewhat complicated to use.  If people are interested,
it's at http://www.mabry.com/httpx.

Anyway, I'm getting this error:
***************************************************

Error trying to create object specified in the tag. 

COM error 0x800401F3. Invalid class string 

The error occurred while processing an element with a general identifier of
(CFOBJECT), occupying document position (241:5) to (241:78) in the template
file
D:\Inetpub\wwwroot\Products\WebCoderDev25\Encounter\Note\AuthenticateNoteSub
.cfm

****************************************************

Here is the code:

<cfobject action="create" type="com" class="Mabry.HttpXCtl" Name="httpobj">

I'm using the class specified in the HTTPX documentation, and I checked the
registry and found this class, so I'm not sure why this isn't working.

Any help would be GREATLY appreciated.

Byron
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to