Profiler connection not established error

Profiler connection not established error

When running with NCover 1.5.5 for .net 2.0 build, i get above error. I had copied the files from C:\Program Files\NCover to C:\myApps\NCover folder. Also i un registered the coverlib.dll from the program files folder and then registered on myApps folder from admin access. I still get the same exception. What other things i need to do? Someone in the forum that you need to update the registry key for local machine. Can you guide me?


Re: Profiler connection not established error

sach,

yes, there should be a key under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{6287B5F9-08A145e7-9498-B5B3E7B02995}

if that key doesn't exist, then CoverLib.dll didn't register correctly the first time and you need to try again.

NCover.Console MUST run with full administrative privileges. You can do that on Vista when you open the console by right-clicking on the cmd window icon and selecting "Run as Administrator"

Hope that helps, Stephen