Using Process Class on Remote Machines

J

Jeremy

I have a program that returns a list of processes running on a remote
machine. For the most part it works fine, but if the application is a
VB6 app it returns an exception:

"Feature is not supported for remote machines"

I am trying to determine if a third party app is running on a remote
machine, and if its not...kill it and restart it.

Unfortunetly it is a VB6 process I need to return...is anyone aware of
an alternative method or a workaround to do this? Thanks for your
help/suggestions!

Jeremy
 
J

Jeremy

I figured it out. It wasn't because it was a VB6 app...it was because
the process name had a "." (decimal) in it. As soon as I renamed the
file and removed the decimal it worked!
 

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