The ActiveXObject is not available in the gadget designer. If you need
to use it, you must test your gadget directly in the Google Desktop
sidebar instead of in the gadget designer.

Best regards,
Benjamin

On Feb 19, 8:45 am, "[email protected]"
<[email protected]> wrote:
> HI All,
>
> I am developing a gadget for reading some xml files and updating
> databases. I am using ActiveXObject class for this puropose. But it
> gives error while executing this lines.
> My error looks like below
>
> "code:0x800A01AD Object not created by the Automation server"
>
> [part of my code given below -------------------------------
>
> var objNetWork = new ActiveXObject("WScript.Network");
>
> sPCName = objNetWork.ComputerName;
> objNetWork = null;
>
> objXmlDom = new ActiveXObject("Microsoft.XMLDOM");
> objXmlDom.async = false;
> objXmlDom.load(strings.XmlFile);
>
> --------------------------------------------------------------------------- 
> -----------------]
>
> how can i solve this problem? Looking for your help
>
> Thanks in advance.
> Saji

-- 
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-desktop-developer?hl=en.

Reply via email to