NCover failing with "Profiled process terminated. Profiler connection not established."
If you're using NCover and it fails with "Profiled process terminated. Profiler connection not established" then check out Kiwidude's troubleshooting suggestions. In my case the problem was that I wasn't registering Coverlib.dll before I ran the NCover task.
I made a few changes to the buildfile for the NPresent tests so that it registers it before running, and unregisters it afterwards:
<target name="tests.run">
<exec program="regsvr32" commandline="${tools-dir}/ncover/Coverlib.dll /s" />
...
<exec program="regsvr32" commandline="${tools-dir}/ncover/Coverlib.dll /u /s" />
</target>



Recent comments
1 week 18 hours ago
3 weeks 3 days ago
3 weeks 6 days ago
11 weeks 16 hours ago
15 weeks 4 days ago
31 weeks 6 hours ago
31 weeks 12 hours ago
37 weeks 3 days ago
37 weeks 3 days ago
37 weeks 3 days ago