readonly CoverageReport.xsl leads to an error

readonly CoverageReport.xsl leads to an error

Hi Grant,

if the CoverageReport.xsl is write protected and exists already on the target location then NCoverExplorer.Console reports "Access to the path "c:\temp\CoverageReport.xsl" is denied." even if this would not be a problem.

Simple testcase (source xsl is readonly):
NCoverExplorer.Console.exe c:\temp\coverage.xml /x:c:\temp\CoverageReport.xml /r:4

Execute this command two times, then the second would fail with "access ... is denied".

I suppose this should not lead to an error.

Ciao
Thomas