Error 429 CreateObject

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

Please help me.
I have a problem on some PCS with createobject ("Outlook.application"). On
some pcs works, on others error 429 is displayed. I followed all microsoft
guidelines and articles. It is Outlook XP witn Windows XP. I'm getting crazy.

Thanks Alberto
 
Look for script stoppers, from anti-virus software or software firewalls.

In some cases people have reported making it work using "Localhost" as the
second argument to CreateObject.
 
I have no scripts but with "Localhost" it works. And it seems to be case
sensitive. But why on some pcs works without?

Thanks
Alberto
 
An A-V script stopper works on much more than just scripts. It usually works
on any attempts to use CreateObject and GetObject also, as well as New.
 
Yes.




Ken Slovak - said:
In some cases people have reported making it work using "Localhost" as the
second argument to CreateObject.

Is "Localhost" case sensitive?

-mhd
 
Back
Top