Why am I getting

"An exception occurred when instantiating a Com object.
The cause of this exception was that:
coldfusion.runtime.com.ComObjectInstantiationException: An exception
occurred when instantiating a Com object.. "

>From the following code ?

<cftry>
<!--- try to open a connection--->
<cfobject type="COM"
          name="objOutlook"
          class="Outlook.Application"
          action="">
<cfcatch>
<!--- if it doesn't exist then create a new connection --->
<cfobject type="COM"
          name="objOutlook"
          class="Outlook.Applicaton"
          action=""> </cfcatch>
</cftry>

Any COM folks shed some light onto this ?

Cheers,

Darren
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to