Does it work without using the attributes... i.e. <cfobject action="CREATE" class="Microsoft.XMLDOM" type="COM" name="XMLDoc">
-----Original Message----- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 16:52 To: CF-Talk Subject: CFObject Error Does anyone know why following code using CFObject <cfparam name="Attributes.ProgId" default="Microsoft.XMLDOM"> <cfobject action="CREATE" class="#Attributes.ProgId#" type="COM" name="XMLDoc"> gives following error Error Occurred While Processing Request An exception occurred when instantiating a Com object. The cause of this exception was that: AutomationException: 0x80070005 - General access denied error. The error occurred in C:\Test\CFObject.cfm: line 2 1 : <cfparam name="Attributes.ProgId" default="Microsoft.XMLDOM"> 2 : <cfobject action="CREATE" class="#Attributes.ProgId#" type="COM" name="XMLDoc"> Shahzad Butt (Development Engineer) JJ FastFood Distribution Ltd. Office: +44 (0) 1992 701 722 Mobile: +44 (0) 7803 584 873 Fax: +44 (0) 1992 701 604 7 Solar Way, Innova Park, Enfield, London, EN3 7XY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

