Manually run command VS Process class

A

Alan Wang

Hi there,

I have a application to run OpenOffice version 2.0 as background process and
I have windows service is running to check if OpenOffice is running or not.
If it's not running I will call process class in vb.net to run OpenOffice as
command line. The problem is my program is hanging if I use process class in
vb.net to run OpenOffice but it works fine when I manually run OpenOffice
command. My question is what's difference between manually run command and
using vb.net process class.

Thanks in advanced

Alan
 
C

Chris Dunaway

What do you mean when you say "my program is hanging"? Is there an
exception? Does anything appear in the event logs? Can you provide
more details about what is going wrong?
 

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