Hi Im trying to talk to Excel from the same Windows Server and still get the
following error:

The cause of this exception was that: AutomationException: 0x80040154 -
Class not registered. 

Now, I am using MX 6.1, I have recently installed Office XP from scratch
just to make sure.

I have checked that TypeViewer is installed in the Com viewer and is
pointing to c:\CfusionMX\lib\Typeviewer.dll

And I have tried the following in my code and always get the class not
registered:

Any idea's guys???

<CFOBJECT         
        ACTION="CONNECT"         
        CLASS="Excel.Application"         
        NAME="objExcel"         
        TYPE="COM">  
<CFOBJECT         
        ACTION="CONNECT"         
        CLASS="Excel.Application.10"         
        NAME="objExcel"         
        TYPE="COM">  
<CFOBJECT         
        ACTION="CONNECT"         
        CLASS="{00020812-0000-0000-C000-000000000046}"         
        NAME="objExcel"         
        TYPE="COM">  

Frederic Lecul





**************   IMPORTANT MESSAGE  **************
This e-mail message is intended only for the addressee(s) and contains information 
which may be confidential. If you are not the intended recipient please advise the 
sender by return email, do not use or disclose the contents, and delete the message 
and any attachments from your system. Unless specifically indicated, this email does 
not constitute formal advice or commitment by the sender or the Commonwealth Bank of 
Australia (ABN 48 123 123 124) or its subsidiaries.
**************************************************


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to