I am testing a Windows service. The service code fails when it tries to delete a read only file I created in %windir%\SysWOW64
, but the exception that is logged is:
Access to the path 'C:\Windows\system32\CanvasImages\62230.jpg' is denied.
I know 64 bit Windows has a whole lot of tricks up its sleeve concerning these two folders, and understand a little of it, but some accurate exception info would be nice.