I have a windows servce calling a DLL that should manipulate a file.
When I try to manipulate the file I have this error message:
ACCESS DENIED NT AUTHORITY\LOCAL SERVICE (From Filemon).
This issue is not here on a Windows 7 machine, but on all Windows XP machines.
I have a windows servce calling a DLL that should manipulate a file. When
Share
The problem was the file had wrong permissions. The windows service user was not able to write it. I had to fix this issue in my setup program.