-
Run-time error 429
hi.
i've copied MSComm32.ocx to system32 dir, and then run "regsvr32 mscomm32.ocx" , the registration complited successully.
i've added the file to outlook references.
But still, when i run the project i got "run-tume error 429: ActiveX component can't create object" on CreateObject("MSCommlib.MSComm").
Is it possible that it's a license problem? How can i fix it?
p.s. it's win and office XP , vb editor 6.3
Thanks,
anastacia
-
Re: Run-time error 429
Here are some articles from the Microsoft Knowledge base that I found.
http://support.microsoft.com/kb/q177394/
http://support.microsoft.com/kb/q189982/
http://support.microsoft.com/kb/q193143/
http://www.microsoft.com/resources/d...t5/wrkc25.mspx
The 429 error can also be caused by Norton Antivirus software. Unregister NAV (regsvr32 /u "c:\program
files\navnt\officeav.dll") and the problem might be solved.