Looks like it fixed itself. The only thing I did was download the
OLEview.exe from Microsoft and look at my objects. After that it seemed to
work. Maybe it finally got loaded into memory or something...who knows, but
thanks for everyone's help. The syntax that worked for me was:
<cfscript>
xmlData = CreateObject("COM","MSXML2.DOMDocument");
</cfscript>

----- Original Message -----
From: "Jim Nitterauer" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 3:48 PM
Subject: RE: CreateObject("I need Help")


> regsvr32 DLLNAME
>
> -----Original Message-----
> From: Stacy Young [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 07, 2001 4:27 PM
> To: Fusebox
> Subject: RE: CreateObject("I need Help")
>
>
> I'm not a guru but I think you need to run a windows command line to
> register your DLL on that particular system. I hope someone else can
provide
> more detail.
>
> -----Original Message-----
> From: Dave DeVol [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 07, 2001 4:25 PM
> To: Fusebox
> Subject: Re: CreateObject("I need Help")
>
>
>      DETAIL COM error 0x80040154. Class not registered
>             The error occurred while processing an element with a general
> identifier of (CFSCRIPT), occupying document position (70:1) to (70:10) in
> the template file
>
>             ERRORCODE
>             MESSAGE Error trying to create object specified in the tag.
>             TAGCONTEXT
>             TYPE UNKNOWN
>
>
>
>
>
>
> Cheers!
> Dave
>
> --------------------------------------------------------------
> Dave DeVol
> Transfer Online, Inc.
> 227 SW Pine Street, Suite 300
> Portland, OR 97204
> [Phone] 503.227.2950     [Fax] 503.227.6874
> [Email] [EMAIL PROTECTED]    [Web] www.transferonline.com
> ----- Original Message -----
> From: "Fred T. Sanders" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Thursday, June 07, 2001 11:21 AM
> Subject: Re: CreateObject("I need Help")
>
>
> > What exactly is the error your getting?
> >
> > ----- Original Message -----
> > From: "Dave DeVol" <[EMAIL PROTECTED]>
> > To: "Fusebox" <[EMAIL PROTECTED]>
> > Sent: Thursday, June 07, 2001 12:59 PM
> > Subject: CreateObject("I need Help")
> >
> >
> > >
> > >
> > > Has anyone gotten CreateObject()  function to work within <cfscript>?
If
> > you have please provide the exact syntax.
> > >
> > >
> > > I've tried this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local",
> > "SERVER=""127.0.0.1""");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local",
> > "SERVER='127.0.0.1'");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local",
> "127.0.0.1");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local",
> > "SERVER=""SERVERNAME""");
> > > this:
> > > xmlData = CreateObject("COM", "MSXML2.DOMDocument", "local",
> > "SERVER='SERVERNAME'");
> > >
> > > and all of the above, substituting "remote" for "local".
> > >
> > > I don't get it. what else is there? Am I missing something? The help
in
> > Studio4.5 does help much either.
> > >
> > >
> > >
> > >
> > > Cheers!
> > > Dave
> > >
> > > --------------------------------------------------------------
> > > Dave DeVol
> > > Transfer Online, Inc.
> > > 227 SW Pine Street, Suite 300
> > > Portland, OR 97204
> > > [Phone] 503.227.2950     [Fax] 503.227.6874
> > > [Email] [EMAIL PROTECTED]    [Web] www.transferonline.com
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to