Hello all,
I am looking for help with an issue I'm having after installing Visual Studio 2019. I had Visual Studio 2017 previously installed on this system. The Test Studio extension was also installed and in good working order. Once I was done installing Visual Studio 2019, I uninstalled and reinstalled Test Studio so that I would get the extension. I believe this is when the problem started. When attempting to open a project/solution (does not matter if it's a brand new fresh project or a pre-existing one), I see the "Locating Tests...." in the Output Window, followed by "Upgrading project..." and then the crash happens. Loading the project works fine in Test Studio IDE.
I have attempted the following to fix:
- Uninstalled all versions of Visual Studio and Test Studio, then re install Visual Studio 2019, then Test Studio. I restarted the PC after each un/reinstallation.
- Uninstalled Visual Studio using Revo Uninstaller and used CCleaner between each uninstall to ensure all extraneous files and registry entries were cleaned up, then reinstalled Visual Studio, then Test Studio.
- Tried loading a fresh new project created via Visual Studio.
- Tried loading a fresh new project created via Test Studio.
The following is the error message found in the Event Viewer, I have more debug information if required:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at ArtOfTest.WebAiiVSIP.ProjectModel.ImportFiles.ImportFilesController.GetTestDiffFiles(ArtOfTest.WebAii.Design.ProjectModel.Project)
at ArtOfTest.WebAiiVSIP.ProjectModel.ImportFiles.ImportFilesController.Import(ArtOfTest.WebAii.Design.ProjectModel.Project)
at ArtOfTest.WebAiiVSIP.ProjectModel.VSProject.LightProject_LightProjectLoaded(ArtOfTest.WebAii.Design.ProjectModel.Project)
at ArtOfTest.WebAii.Design.ProjectModel.Providers.Modules.LightProjectModule.OnProjectLoaded(ArtOfTest.WebAii.Design.ProjectModel.Project)
at ArtOfTest.WebAii.Design.ProjectModel.Providers.FileSystemProvider.<OnBeforeProjectLoad>b__123_0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Application Error information:
Faulting application name: devenv.exe, version: 16.3.29424.173, time stamp: 0x5db24333
Faulting module name: KERNELBASE.dll, version: 10.0.16299.1004, time stamp: 0x690aa820
Exception code: 0xe0434352
Fault offset: 0x00104622
Faulting process id: 0x3ed8
Faulting application start time: 0x01d590f31f3c6ae5
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: aba74370-4a0b-476f-8dc8-21ad7c996e88
Faulting package full name:
Faulting package-relative application ID:
Thanks for any help!
Jon