WITS XP SP2 - Intermittent error "Active X Cant create Object"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My VB6 application started encountering intermittent error on "Active X Cant
create object 429 " since we install MS05-051 on Windows XP1. This error
appears also in WINDOWS XP-SP2. When my main application is making a
reference to another component- the active x error appeared.. once i click
OK.. it will continue, but after a while- the error appears... another issue
is the PC performance started to slowdown.

Example of where the error happened during the SET command
Dim Printobject as IPrinting <iprint.exe>
Set Printobject = new IPrinting

System Message: ActiveX component can't create object : 429

We also did experiment on the account priveleges & created several builds
but ruled out that with SP1 and no MS05-051 my application have no issue.
Build Old/Fresh MS05-051 Account iPrint Error
SP1 Fresh no Local User Priv None
SP2 Fresh no Local User Priv Yes
SP2 Fresh no Local Admin Priv Yes
SP2 Old yes Local Admin Priv Yes
SP2 Old yes Local User Priv Yes

Appreciate any support since right now- we downgraded to SP1 which
supposedly SP2 already. this affects a lot of PC (around 50PC's).
I am tasked to identify the root cause for this.
Thanks a lot
 
Additional information, we already tried to register again (several times)
the printing component that we have but same issue appeared...

===
 
Back
Top