David,

I had the same problems when I upgraded to MX. I was using CFXid3 or
something like that, and it was using a COM object. The object for one
reason or the other wouldn't always load, and when it did, it wasn't
reliable. Sometimes locking up my treads.

So I moved everything over to a java class, and have had a lot of
success. I'll send you the CFC this weekend, I need to strip it down and
take out all of my internal stuff, like updating my database, and
loading directories. (specific to my application)

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: David D Brown [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 08, 2003 6:10 PM
To: CF-Talk
Subject: CF MX cfobject

I am having trouble getting this object to work via cold fusion.  Works
fine in asp.

In ASP file
'Create ID3Edit object & set reg-code to "READONLY"
Set objID3 = server.CreateObject("ID3Edit.ID3Tag")


In cold fusion mx file

<cfobject type="COM" name="ObjID3" class=ID3Edit.ID3Tag action="CREATE">

I get:

An exception occurred when instantiating a Com object.  
The cause of this exception was that: AutomationException: 0x800401f7 -
Some error in application program.  
  
The error occurred in D:\Inetpub\wwwroot\Default\test.cfm: line 34


Any suggestions?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to