Home All Groups Group Topic Archive Search About

windows service in VB

Author
1 May 2006 8:04 PM
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

Author
1 May 2006 11:48 PM
Spam Catcher
"Isa Janfada" <isa.janf***@tss.lund.se> wrote in
news:uwmz0pVbGHA.3364@TK2MSFTNGP05.phx.gbl:


> 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?