devenv.exe /setup worked to clear the partial uninstallation. Upon reinstall of v8.0.1.8 with the fixed .msi file, I am now seeing this:
------ Test started: Assembly: IBStratBench.Tests.dll ------
Test 'MainFormTests.buttonTest1_Click_CallsServicesTest1' failed: SetUp : System.AccessViolationException : Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Drawing.SafeNativeMethods.Gdip.GdipGetLogFontW<<Swapped(HandleRef , HandleRef , Object )
at System.Drawing.SafeNativeMethods.Gdip.GdipGetLogFontW(HandleRef font, HandleRef graphics, Object lf)
at System.Drawing.Font.ToLogFont(Object logFont, Graphics graphics)
at System.Drawing.Font.ToLogFont(Object logFont)
at System.Drawing.Font.ToHfont()
at System.Windows.Forms.Control.FontHandleWrapper..ctor(Font font)
at System.Windows.Forms.Control.GetDefaultFontHandleWrapper()
at System.Windows.Forms.Control.get_FontHandle()
at System.Windows.Forms.ListView..ctor()
IBStratBenchMainForm.Designer.cs(40,0): at IBStratBenchMainForm.InitializeComponent()
IBStratBenchMainForm.cs(12,0): at IBStratBenchMainForm..ctor(Services services)
MainFormTests.cs(23,0): at MainFormTests.SetUp()
at TypeMock.MockManager.getReturn(Object context, String typeName, String methodName, Object methodGenericParams, Boolean isDecorated, Boolean isInterceptedType, Object[] methodArguments)
at Typemock.Interceptors.Profiler.InternalMockManager.getReturn(Object that, String typeName, String methodName, Object methodParameters, Boolean isInjected, Boolean isInterceptedType)
MainFormTests.cs(17,0): at MainFormTests.SetUp()
0 passed, 1 failed, 0 skipped, took 4.01 seconds (NUnit 2.6.4).