There are a number of different versions of the solution to this problem on the Web:
1, start to run the input regsvr32 scrrun.dll on it
2. It was also said that:
"Run-time Error 429,activex the part cannot create object" 2009-07-24 16:25 prompts: "Run-time error ' 429 ': ActiveX Part cannot create object" ...
Or: "Run-time error ' 429 ' ActiveX componnent can ' t create object" ...
Reason: The reason for this is that the operating system's "Dao350.dll" file is not registered successfully due to the failure.
Processing method: Manually register this file: Click "Start" → "run" type the following command in the pop-up input box:
regsvr32 "C:Program FilesCommon filesmicrosoft SharedDAOdao360.dll"
Then press Enter and note that quotes must be added.
If also prompted: 429 error, you can again manually register SCRRUN.DLL. Click "Start" → "run" type the following command in the pop-up input box:
regsvr32 "C:windowssystem32scrrun.dll", then press ENTER, you can.
If the above "C:Program FilesCommon filesmicrosoft SharedDAOdao350.dll" file does not exist from the other machine copy one, or the name of a higher version of the direct change registered name, such as Dao360.dll
3,
Microsoft vbscrīpt run-time error ' 800a01ad '
ActiveX part cannot create object
This error is caused by an ASP component that is not registered. The workaround is as follows:
1, if it is your own development of components, please use
regsvr32 path/component. dll for registration.
2, may be IIS with the common components, due to system problems, or anti-virus and other reasons, resulting in component problems, please use the following two cmd command to try.
regsvr32 scrrun.dll
Re-register FSO file management.
regsvr32 "C:Program FilesCommon FilesSystemadomsado15.dll"
Re-register the ADODB.stream component
If the above two methods are still unresolved, there may be other reasons not to try the following bat batch code. Copy the following code to Notepad, save as Cmd.bat, and double-click to run it.
The code is as follows:
Echo is being repaired, this process may take several minutes, please wait ...
rundll32.exe Advpack.dll/delnoderundll32%systemroot%system32dacui.dll
rundll32.exe Advpack.dll/delnoderundll32%systemroot%catrooticatalog.mdb
REGSVR32/S Comcat.dll
REGSVR32/S Asctrls.ocx
REGSVR32/S Oleaut32.dll
REGSVR32/S shdocvw.dll/i
REGSVR32/S Shdocvw.dll
REGSVR32/S Browseui.dll
REGSVR32/S browseui.dll/i
REGSVR32/S Msrating.dll
REGSVR32/S Mlang.dll
REGSVR32/S Hlink.dll
REGSVR32/S Mshtml.dll
REGSVR32/S Mshtmled.dll
REGSVR32/S Urlmon.dll
REGSVR32/S Plugin.ocx
REGSVR32/S Sendmail.dll
REGSVR32/S mshtml.dll/i
REGSVR32/S ScrObj.dll
REGSVR32/S Corpol.dll
REGSVR32/S Jscrīpt.dll
REGSVR32/S Msxml.dll
REGSVR32/S Imgutil.dll
REGSVR32/S Cryptext.dll
REGSVR32/S Inseng.dll
REGSVR32/S iesetup.dll/i
REGSVR32/S Cryptdlg.dll
REGSVR32/S Actxprxy.dll
REGSVR32/S Dispex.dll
REGSVR32/S Occache.dll
REGSVR32/S Iepeers.dll
REGSVR32/S urlmon.dll/i
REGSVR32/S Cdfview.dll
REGSVR32/S Webcheck.dll
REGSVR32/S Mobsync.dll
REGSVR32/S Pngfilt.dll
REGSVR32/S Licmgr10.dll
REGSVR32/S Hhctrl.ocx
REGSVR32/S Inetcfg.dll
REGSVR32/S Trialoc.dll
REGSVR32/S Tdc.ocx
REGSVR32/S msr2c. Dll
REGSVR32/S Msident.dll
REGSVR32/S Msieftp.dll
REGSVR32/S Xmsconf.ocx
REGSVR32/S Ils.dll
REGSVR32/S Msoeacct.dll
REGSVR32/S Wab32.dll
REGSVR32/S Wabimp.dll
REGSVR32/S Wabfind.dll
REGSVR32/S Oemiglib.dll
REGSVR32/S Directdb.dll
REGSVR32/S Inetcomm.dll
REGSVR32/S Msoe.dll
REGSVR32/S Oeimport.dll
REGSVR32/S Msdxm.ocx
REGSVR32/S Dxmasf.dll
REGSVR32/S Laprxy.dll
REGSVR32/S L3CODECX.AX
REGSVR32/S ACELPDEC.AX
REGSVR32/S MPG4DS32.AX
REGSVR32/S Danim.dll
REGSVR32/S Daxctle.ocx
REGSVR32/S Lmrt.dll
REGSVR32/S Datime.dll
REGSVR32/S Dxtrans.dll
REGSVR32/S Dxtmsft.dll
REGSVR32/S Wshom.ocx
REGSVR32/S Wshext.dll
REGSVR32/S Vbscrīpt.dll
REGSVR32/S Scrrun.dll Mstinit.exe/setup
REGSVR32/S Msnsspc.dll/sspccreatesspireg
REGSVR32/S Msapsspc.dll/sspccreatesspireg
Echo.
Echo.
echo Repair success! Any key exit!
Pause>nul
Case:
Here are some of the code for the Upload.asp upload page:
The Set Form = Server.CreateObject ("scrīpting.") Dictionary ")
Form.comparemode = 1
Set File = Server.CreateObject ("scrīpting.") Dictionary ")
File.comparemode = 1
' A Place
Set Tstream = Server.CreateObject ("ADODB. Stream ")
Setōupfilestream = Server.CreateObject ("ADODB"). Stream ")
' B Department
The entire program was previously available, but later because of computer poisoning, reload system and antivirus, found this page program appears
Microsoft vbscrīpt run-time error ' 800a01ad '
ActiveX part cannot create object
Error, using
Response.Write "Zuoyefeng Debugging"
Response.End
Put in A and B debugging, found to be
Set Tstream = Server.CreateObject ("ADODB. Stream ")
The problem with this piece. Visible, is a component of the problem, so use the above command to redo a note, OK, the problem solved.