RE: attach NCover to app

RE: attach NCover to app

i found this ToolPath="Tool\NCover\" CommandLineExe="Mylauncher.exe"ProfiledProcessModule="Process.exe"> But i do not know where exactly to make these changes....


RE: RE: attach NCover to app

i have set the ProfiledProcessModule under the environment variables for the time being. Now i have another issue. My application starts more than one processes with the same name. Is there a way to specify the process id for the profile application?


RE: RE: attach NCover to app

no. Why are you interested in coverage for only one of the processes?


RE: RE: attach NCover to app

also, those changes you would place in a build script. If you're just using NCoverExplorer, open the "Project options" window and select "Advanced Options". There should be a profiled process field on that page.


RE: RE: attach NCover to app

I just see project options "new" and "customize". Also do i have to build NCover specifically for my app like the other code coverage tools?


RE: RE: attach NCover to app

hi, i downloaded the latest 3.0 and now i found it. Thanks.


RE: RE: attach NCover to app

you're welcome