I am testing DCOM with COLDFUSION MX 7 (upgrade from Coldfusion 5).
Unfortunately, ColdFusion is always trying to go and instantiate a local
object
even though a remote object is specified. I went thru Ben Forta's article
and even specified the CLASS ID but still it's of no avail.

The COM object is implemented in an EXE.

I keep getting the following error:
AutomationException: 0x80040154 - Class not registered

Here's the code snippet:
<cfobject type="COM" action="CREATE" name="TestInf" context="REMOTE"
Server="10.1.1.1" class={9723A499-9CF4-4DB2-8B85-81AC89015366}>

I would appreciate help from Macromedia/Jintegra COM experts..

Thanks