registry access error after instrumented process exits

registry access error after instrumented process exits

Hi,

With NCover 1.5 beta 1, I get the following error after my nunit-console exits:
"Requested registry access is not allowed."

No Coverage.* files are output. This is a .NET 1.1 nunit-console and the test assembly is also .NET 1.1. .NET 2.0 RTM is installed on the machine, though. The interesting part is that while I am in the Debugger User and  VS Developer groups, I am not in the Administrators group. I should be able to run NCover without Admin priviledges, and NCover 1.3.3 does work in this configuration.

Any suggestions, besides always running as administrator?

Thanks in advance!


Re: Missing seqpnt element in coverage report (NCover 1.5.5)

Hi Thomas,

Yes this is another of the known problems with NCover 1.5.5. I suggest using 1.5.4 instead until Peter releases 1.5.6 which hopefully addresses this.


Re: /o option is failed into command line

A few suggestions...

- Which version of NCover are you using? (The command line syntax changed for the NCover 1.5.x versions from earlier versions - the syntax you have there should work with NCover 1.3.3).
- Which operating system? (you might be missing the latest Windows debugger .dlls if not on XP/2003)
- Have you tried running NCover profiling a different executable (like a hello world console app) to make sure no problems with your NCover installation or issues with your command line syntax?
- Have you tried using the /l option to write a coverage.log file rather than /q to suppress it?