Why did COM stop being a valid object type in CFMX when using the
CreateObject() function ??? Is there a CFMX equivalent for this? I
checked Basic Security function and tag limitations and there are none.
The documentation with CFMX refers to CreateObject and COM objects, but
when I run a UDF that has worked fine for months and months, I get this
error:

The object type - COM, is unknown for CreateObject function. Please
verify the type of your object when creating it and try again.  
  
The Error Occurred in D:\websites\includes\UDF\_lib_xml.cfm: line 13
 
11 :    var styleRoot="";
12 :    var xslOutput="";
13 :    var objSource=CreateObject("COM", "MSXML2.DOMDocument",
"INPROC");
14 :    var objStyle=CreateObject("COM", "MSXML2.DOMDocument",
"INPROC");
15 :    objSource.async = "false";

Thanks,

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)

______________________________________________________________________
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