PRB: Error 429 Occurs When You Open or Use the Package and Deployment Wizard (255726)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Office 2000 Developer
This article was previously published under Q255726 SYMPTOMS
When you use the Package and Deployment Wizard, error 429 may occur in the following two situations:
CAUSE
A file needed by the Package and Deployment Wizard does not exist or has not been properly registered on the development computer.
RESOLUTION
To resolve the problem, use these steps:
- If the error occurs when you try to open the Package and Deployment Wizard, you need to unload the Package and Deployment Wizard, manually register the file named Pdwizard.ocx, and then reload the wizard.
- From the Add-Ins menu, choose Add-In Manager.
- Select Package and Deployment Wizard from the list of available add-ins.
- Clear the Loaded/Unload check box in the Load Behavior section of the Add-In Manager dialog box and then close the dialog box.
- Register the Pdwizard.ocx file by using the RegSvr32 utility. On the Windows Start menu, select Run and execute the following command:
Regsvr32 "C:\Program Files\Microsoft Visual Studio\VB98\WIZARDS\PDWIZARD\pdwizard.ocx"
- From the Add-Ins menu, choose Add-In Manager.
- Select Package and Deployment Wizard from the list of available add-ins.
- Check the Loaded/Unload check box in the Load Behavior section of the Add-In Manager dialog box and then close the dialog box.
- If the error occurs just after you choose the Package or Deploy button, the file named Hostwiz.dll needs to be manually registered.
- Register the Hostwiz.dll file by using the RegSvr32 utility. On the Windows Start menu, select Run, and then execute the following command:
Regsvr32 "C:\Program Files\Microsoft Visual Studio\COMMON\Wizards98\hostwiz.dll"
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
198038 INFO: Useful Tools for Package and Deployment Issues
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbAppSetup kbprb kbwizard KB255726 |
---|
|