Hi,
I've followed the steps in to create a windows service. If I run the service as 'LocalService' as suggested in the walkthrough, I get an 'JIT compile error - access denied' when I start the service. I could probably fix that with some framework security settings. If I run it as 'LocalSystem' it works fine. What I really want to do it run it as 'User'. If I do that, I'm prompted for the user name and password during installation of the service. However, I get 'The account name is invalid og invalid password ...' when I type the password. I've tried with both a local user and a domain user. Both users are local administrators.
If anybody has any suggestions to how to dig into the problem, please shoot...
thx in advance.
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
I've followed the steps in to create a windows service. If I run the service as 'LocalService' as suggested in the walkthrough, I get an 'JIT compile error - access denied' when I start the service. I could probably fix that with some framework security settings. If I run it as 'LocalSystem' it works fine. What I really want to do it run it as 'User'. If I do that, I'm prompted for the user name and password during installation of the service. However, I get 'The account name is invalid og invalid password ...' when I type the password. I've tried with both a local user and a domain user. Both users are local administrators.
If anybody has any suggestions to how to dig into the problem, please shoot...
thx in advance.
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'