windows service in VB

I

Isa Janfada

Hello,

I have a windows service I am trying to execute gpg from inside it, but of
some reasons it does not work. The problem is that as a standalone program
the gpg works fine, it encrypts well the files that I want but when I put
the exakt the same code inside serivice it does not work. I tried with
Process. start(), I tried with Shell.

I suspect it must to do with security but i can not figure out how. Any
ideas?

Thanks
 
G

Guest

I suspect it must to do with security but i can not figure out how.
Any ideas?


Try running your service with the Local System account which has more
permissions.

Also... attach a debugger to your service and follow it through?
 

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