Home > Archive > Visual Basic > May 2005 > Package/Deployment Wizard
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Package/Deployment Wizard
|
|
| Jim Richards 2005-05-27, 3:55 pm |
| Good morning. When I try to use the Package/Deployment Wizard to generate
all the files the end user will need to run the program, I get an Error Msg:
"Unexpected error number 429 has occurred: ActiveX component can't create
the object". Can anyone tell me how to fix this please? I tried it on two
different programs and got the same error message on each of them. TIA, Jim.
| |
| Paul Clement 2005-05-27, 3:55 pm |
| On Fri, 27 May 2005 15:14:54 GMT, "Jim Richards" <JWRichards@satx.rr.com> wrote:
¤ Good morning. When I try to use the Package/Deployment Wizard to generate
¤ all the files the end user will need to run the program, I get an Error Msg:
¤ "Unexpected error number 429 has occurred: ActiveX component can't create
¤ the object". Can anyone tell me how to fix this please? I tried it on two
¤ different programs and got the same error message on each of them. TIA, Jim.
¤
See if the following helps:
PRB: Error 429 Occurs When You Open or Use the Package and Deployment Wizard
http://support.microsoft.com/defaul...kb;en-us;255726
Paul
~~~~
Microsoft MVP (Visual Basic)
| |
| Jim Richards 2005-05-27, 3:55 pm |
| Thank you Sir. The error occurs after I choose the Package or Deploy button
so I ran the statement for the hostwiz.dll : Regsvr32 "C:\Program
Files\Microsoft Visual Studio\ COMMON\Wizards98\hostwiz.dll" but I get
another error message. I believe this is due to the fact that I do not have
Visual Studio on my PC, I only have Visual Basic 6 Professional Edition.
What do I do now, please? TIA, Jim.
"Paul Clement" <UseAdddressAtEndofMessage@swspectrum.com> wrote in message
news:0pie91t05seenoobagl4g5rklh2h8s4llt@
4ax.com...
> On Fri, 27 May 2005 15:14:54 GMT, "Jim Richards" <JWRichards@satx.rr.com>
> wrote:
>
> ¤ Good morning. When I try to use the Package/Deployment Wizard to
> generate
> ¤ all the files the end user will need to run the program, I get an Error
> Msg:
> ¤ "Unexpected error number 429 has occurred: ActiveX component can't
> create
> ¤ the object". Can anyone tell me how to fix this please? I tried it on
> two
> ¤ different programs and got the same error message on each of them. TIA,
> Jim.
> ¤
>
> See if the following helps:
>
> PRB: Error 429 Occurs When You Open or Use the Package and Deployment
> Wizard
> http://support.microsoft.com/defaul...kb;en-us;255726
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
| |
|
| It's possible that you're using an ActiveX control that you've got installed
on your PC but not by virtue of having VB installed, and it's got
redistribution prevention on it.
"Jim Richards" <JWRichards@satx.rr.com> wrote in message
news:vxIle.5438$PR6.2527@tornado.texas.rr.com...
> Thank you Sir. The error occurs after I choose the Package or Deploy
> button so I ran the statement for the hostwiz.dll : Regsvr32 "C:\Program
> Files\Microsoft Visual Studio\ COMMON\Wizards98\hostwiz.dll" but I get
> another error message. I believe this is due to the fact that I do not
> have Visual Studio on my PC, I only have Visual Basic 6 Professional
> Edition. What do I do now, please? TIA, Jim.
>
> "Paul Clement" <UseAdddressAtEndofMessage@swspectrum.com> wrote in message
> news:0pie91t05seenoobagl4g5rklh2h8s4llt@
4ax.com...
>
>
| |
| Paul Clement 2005-05-31, 3:55 pm |
| On Fri, 27 May 2005 17:11:55 GMT, "Jim Richards" <JWRichards@satx.rr.com> wrote:
¤ Thank you Sir. The error occurs after I choose the Package or Deploy button
¤ so I ran the statement for the hostwiz.dll : Regsvr32 "C:\Program
¤ Files\Microsoft Visual Studio\ COMMON\Wizards98\hostwiz.dll" but I get
¤ another error message. I believe this is due to the fact that I do not have
¤ Visual Studio on my PC, I only have Visual Basic 6 Professional Edition.
¤ What do I do now, please? TIA, Jim.
¤
What is the error message you are now getting?
Paul
~~~~
Microsoft MVP (Visual Basic)
|
|
|
|
|