Runtime error 429 when creating Word object 
Author Message
 Runtime error 429 when creating Word object

Hi

I'm using vb5 and office 95 - yes, 95! I'm trying to create a word object -
CreateObject(word.application) but I get 'Runtime 429 - Activex component
can't create object'
This works fine on my development machine (Win98/Office95) and I can
distribute it to other Win98 machines, and even Win95 release B, but it
always fails on Win95 release A machines.
Does anyone know of an easy fix - I'm getting desperate!

Thanks

Gary



Wed, 18 Jun 1902 08:00:00 GMT  
 Runtime error 429 when creating Word object

Quote:

>Hi

>I'm using vb5 and office 95 - yes, 95! I'm trying to create a word object -
>CreateObject(word.application) but I get 'Runtime 429 - Activex component
>can't create object'
>This works fine on my development machine (Win98/Office95) and I can
>distribute it to other Win98 machines, and even Win95 release B, but it
>always fails on Win95 release A machines.
>Does anyone know of an easy fix - I'm getting desperate!

>Thanks

>Gary

Try this article.

Vbc.exe Fixes VB 5.0 Control Installation Problem
Symptom I) License Information For This Component Not Found.
You Do Not Have An Appropriate License To Use This Functionality In The
Design Environment.
Symptom II) Compile Error : Permission Denied
Symptom III) Runtime Error '429' : ActiveX Component Can't Create Object.
* http://support.microsoft.com/support/kb/articles/q181/8/54.asp

Other resources on error 429 look for Error messages ( select a number) on
my home page.

Henri Leboeuf
Web page: http://www.generation.net/~hleboeuf/index.htm



Wed, 18 Jun 1902 08:00:00 GMT  
 Runtime error 429 when creating Word object
Thanks, Henri - but no luck!

Have had to solve it with Shell function (yuk)

Gary

Quote:


> >Hi

> >I'm using vb5 and office 95 - yes, 95! I'm trying to create a word
object -
> >CreateObject(word.application) but I get 'Runtime 429 - Activex component
> >can't create object'
> >This works fine on my development machine (Win98/Office95) and I can
> >distribute it to other Win98 machines, and even Win95 release B, but it
> >always fails on Win95 release A machines.
> >Does anyone know of an easy fix - I'm getting desperate!

> >Thanks

> >Gary

> Try this article.

> Vbc.exe Fixes VB 5.0 Control Installation Problem
> Symptom I) License Information For This Component Not Found.
> You Do Not Have An Appropriate License To Use This Functionality In The
> Design Environment.
> Symptom II) Compile Error : Permission Denied
> Symptom III) Runtime Error '429' : ActiveX Component Can't Create Object.
> * http://support.microsoft.com/support/kb/articles/q181/8/54.asp

> Other resources on error 429 look for Error messages ( select a number) on
> my home page.

> Henri Leboeuf
> Web page: http://www.generation.net/~hleboeuf/index.htm



Wed, 18 Jun 1902 08:00:00 GMT  
 Runtime error 429 when creating Word object
I had a similar problem with an application developed on a Win2000 / Office
2000 machine. Got the same error when trying to run it on a W98 machine. Found
that the problem was that when I created the setup program it wanted to use
MSWORD9.OLB. I changed SETUP.LST to MSWORD8.OLB, deleted MSWORD9.OLB from the
users computer, reinstalled and it worked fine. Maybe you have a similar
problem?
Quote:

> Hi

> I'm using vb5 and office 95 - yes, 95! I'm trying to create a word object -
> CreateObject(word.application) but I get 'Runtime 429 - Activex component
> can't create object'
> This works fine on my development machine (Win98/Office95) and I can
> distribute it to other Win98 machines, and even Win95 release B, but it
> always fails on Win95 release A machines.
> Does anyone know of an easy fix - I'm getting desperate!

> Thanks

> Gary



Wed, 18 Jun 1902 08:00:00 GMT  
 Runtime error 429 when creating Word object
Hello Gary:

            I have a few questions that may clarify the issue.   First, how
are you distributing the VB app?  Are you using the PDW?  (I assume this is
VB6)   I think that Win98 already has the VB runtime libraries as part of
the OS, but I am not sure.   Try using the PDW to distribute a dummy program
that just tries to access the Word.Application object.   Do all machines
have the same version of Word? (Word97 has a markedly different ActiveX
structure then does Word95)

Doug Bailey
Cahners Business Information


Quote:
> I had a similar problem with an application developed on a Win2000 /
Office
> 2000 machine. Got the same error when trying to run it on a W98 machine.
Found
> that the problem was that when I created the setup program it wanted to
use
> MSWORD9.OLB. I changed SETUP.LST to MSWORD8.OLB, deleted MSWORD9.OLB from
the
> users computer, reinstalled and it worked fine. Maybe you have a similar
> problem?


> > Hi

> > I'm using vb5 and office 95 - yes, 95! I'm trying to create a word
object -
> > CreateObject(word.application) but I get 'Runtime 429 - Activex
component
> > can't create object'
> > This works fine on my development machine (Win98/Office95) and I can
> > distribute it to other Win98 machines, and even Win95 release B, but it
> > always fails on Win95 release A machines.
> > Does anyone know of an easy fix - I'm getting desperate!

> > Thanks

> > Gary



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Activex Component Can’t Create Object - Runtime Error 429

2. Runtime error '429', ActiveX can't create object

3. HELP : runtime error 429 ActiveX can't create object

4. ActiveX componet can't create object (Runtime Error 429)

5. RunTime Error: 429 ActiveX Can't Create Object

6. Runtime error 429: Activex Component Can′t Create Object

7. runtime error 429 "ActiveX component cannot create object

8. runtime error 429 "ActiveX component cannot create object

9. Solution for runtime Error 429 ActiveX Can't Create Object for CR9 with VB6

10. runtime error 429 "ActiveX component cannot create object

11. Error 429 trying to create Word objects - help!

12. ActiveX component can't create object or return reference to this object (Error 429)

 

 
Powered by phpBB® Forum Software