Home > Archive > Extreme Programming > September 2004 > NUnit addin won't work with VS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
NUnit addin won't work with VS
|
|
| Alan Chen 2004-09-08, 3:58 pm |
| Hi,
I installed NUnit 2.2 and NUnitAddIn-0.9.576d, then in the visual
studio, I can see the NUnit run menu when I right click a project. But
when I attemped to add in a test class by right click the project and
choose add new class, VS gives me error saying the add new item wizard
failed. It never happen before I installed NUnit and the addin.
Anybody else saw the same problem? Any suggestions?
Thanks.
| |
| jcansdale 2004-09-16, 6:20 pm |
| This is a classic uninstalling add-ins issue. Have you by any chance uninstalled csUnit recently? I know the csUnit installer contains this bug. I would be very supprised if it was caused by NUnitAddIn as I'm writing my installer by hand using WiX (in part to avoid this kind of issue!).
You can find the fix below. I know it has worked for a couple of people recently.
http://www.petedavis.net/dotnet_articles/wizardfix.html
Good luck, Jamie.
...
http://weblogs.asp.net/nunitaddin
quote: Originally posted by Alan Chen
Hi,
I installed NUnit 2.2 and NUnitAddIn-0.9.576d, then in the visual
studio, I can see the NUnit run menu when I right click a project. But
when I attemped to add in a test class by right click the project and
choose add new class, VS gives me error saying the add new item wizard
failed. It never happen before I installed NUnit and the addin.
Anybody else saw the same problem? Any suggestions?
Thanks.
|
|
|
|
|