Problem with office Automation

P

PUNJALI KING

Hi ,
I created dll with visual basic which can generate PowerPoint Presentation.
Previous it was working fine on windows 2000 and office 2000 enviroments .
Now when my clients installed windows 2003 server and office 2003 and updated
all security patches, Now I am getting "run-time error 429 " . After
uninstalling and office 2003 and install it back again . Then charts working
fine after that updated with Service pack2 then again I am geiitng same error
"run-time error 429 ". I think is there any issues with office 2003 service
pack . please Suggest me how to handle the code. T


Thanks in advance

GOPINATH
 
S

Steve Rindsberg

Punjali King said:
Hi ,
I created dll with visual basic which can generate PowerPoint Presentation.
Previous it was working fine on windows 2000 and office 2000 enviroments .
Now when my clients installed windows 2003 server and office 2003 and updated
all security patches, Now I am getting "run-time error 429 " . After
uninstalling and office 2003 and install it back again . Then charts working
fine after that updated with Service pack2 then again I am geiitng same error
"run-time error 429 ". I think is there any issues with office 2003 service
pack . please Suggest me how to handle the code. T

Start by tracing, figure out where the error occurs and post the relevant code.
 
P

PUNJALI KING

Steve, Thanks for reply . Can you please suggest me how to start tracing, I
mean is there any tool for tracing ,

Thanks in advance
 
S

Steve Rindsberg

Steve, Thanks for reply . Can you please suggest me how to start tracing, I
mean is there any tool for tracing ,

If you can set up a similar "problem" computer and reproduce the problem, you can
use VB's normal break/debug tools, I'd think.

Otherwise, you may need to add a lot of logging code to your apps to get some idea
where the problem occurs on a computer you have no control over.
 
P

PUNJALI KING

Steve, I did same setup with the problem
I tested the code situtaions.
First one is
On windows 2003 Operating System office 2003 installed(But office doesn't
have any updates or Patches installed)

Now code is working is fine, So everything is fine

The second case:-

I updated service pack 2 for Office on the the same above configuration.now
io got the error error 429 ACtive x can't create object"

after google the error

http://support.microsoft.com/default.aspx?SCID=kb;en-us;828550
i followed the directions suggested in the abouve . But no reponse. So is
there any problem with Office 2003 service pack. After updating this patch
only i am getting this kind of issue
I Greatly appreciate your help

Thanks In advace
 
S

Steve Rindsberg

Steve, I did same setup with the problem
I tested the code situtaions.
First one is
On windows 2003 Operating System office 2003 installed(But office doesn't
have any updates or Patches installed)

Now code is working is fine, So everything is fine

The second case:-

I updated service pack 2 for Office on the the same above configuration.now
io got the error error 429 ACtive x can't create object"

after google the error

http://support.microsoft.com/default.aspx?SCID=kb;en-us;828550
i followed the directions suggested in the abouve . But no reponse. So is
there any problem with Office 2003 service pack. After updating this patch
only i am getting this kind of issue

OK, but what's your app doing at that point? It's all pretty much a wild guess until
you can figure that out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top