Downgrading NCover
Downgrading NCover
Hi,
I'm using TestDriven.NET, and by curiosity I installed the latest NCover version 3.x unaware of the registration requirement.
VisualStudio correctly detected the new version, and now tries to use it. But, when I uninstall NCover, and TestDriven.NET, and reinstall TestDriven.NET only (with NCover 1.5.x), VisualStudio keeps using the 3.x version, and I wonder where it can find it.
"NCover v3.0.11.4379 - Code Coverage Analysis for .NET - http://ncover.org Copyright (c) 2004-2007 Peter Waldschmidt"
I've read stuff about registering dll, I've tried that regsvr32 command, but unsuccessfully.
Thanks in advance for any answer that would solve my problem. Phil
RE: Downgrading NCover
Phil,
NCover v3 is installed in the Program files/NCover folder. If you uninstalled it, it should be gone.
You may want to use the old version of the product with the //reg option to register it.
Which registration process requirement are you referring too?
Thanks
Joe Feser
RE: Downgrading NCover
Hi Joe,
It's all back to normal, thanks to Jamie Cansdale, it was some registry keys from the 3.x version that weren't deleted (Gnoso).
Thank you for your time Joe, Phil