Uninstall of InstallShield Developer can break TestDriven.NET
A few people have had problems with TestDriven.NET after they uninstall InstallShield. It appears that important Windows COM components are removed on uninstall. If you reinstall InstallShield, TestDriven.NET starts working again.
Alternatively you can save the following as a .reg file and open it:
====================================== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}] @="IEnumVARIANT" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\NumMethods] @="7" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid] @="{00020421-0000-0000-C000-000000000046}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid32] @="{00020421-0000-0000-C000-000000000046}" ======================================
You can read first hand experience of this issue from Joey Calisay. There are more details in the InstallShield knowledge base.