crash 2002(xp)version

  • Thread starter Thread starter hellokareem
  • Start date Start date
H

hellokareem

Automation program created using 2003 object model,working well 2000
and 2003
but crashing 2002 version ,any help realy appreciatable...
 
Automation program created using 2003 object model,working well 2000
and 2003
but crashing 2002 version ,any help realy appreciatable...


Find and remove or rewrite the line of code that causes the problem.


Without more specific information, including enough code to understand what
you're doing, it's impossible to give a more specific answer than that.
 
Actually crash coming different system as different ways ..(2002
version)..
GetactiveObject failing in some system,some systems serverbusy
Dailogbox coming.....
i thought common problem should have 2002 version ,that is why asked..i
want to verify more (system will get only 5 or 10 minutes for
testing)hope valuable advice after giving when ,where etc...
sorry for bad english
 
Actually crash coming different system as different ways ..(2002
version)..

2002 can be nasty. There are several things that will cause it to just crash
... no error messages or anything. It just dies.
GetactiveObject failing in some system,some systems serverbusy
Dailogbox coming.....

MS doesn't recommend automating any Office programs on the server:

Server Office Automation Issues
http://www.rdpslides.com/pptfaq/FAQ00497.htm
i thought common problem should have 2002 version ,that is why asked..i
want to verify more (system will get only 5 or 10 minutes for
testing)hope valuable advice after giving when ,where etc...
sorry for bad english

Server busy ... hmmm.

PowerPoint only allows one instance of itself. If you've got several processes
going on the server and each of them tries to control PowerPoint, I don't think
it'll work; and you'd probably get some kind of Server Busy message as a
result.

You have to let the processes invoke powerpoint one at a time. Serialize the
requests, in other words.
 
When i gave some delay (sleep) after showing slide show it is
working(not sure it will work fine)..
 
When i gave some delay (sleep) after showing slide show it is
working(not sure it will work fine)..

As I mentioned before, you haven't given us any details to work with, just said
that it doesn't work with 2002.

Without more detailed information, all I can suggest is: if it hurts when you
do that, don't do that any more.
 

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

Back
Top