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