Rank: Member
Groups: Registered
Joined: 12/19/2013(UTC) Posts: 25 Location: New Zealand
Thanks: 6 times Was thanked: 3 time(s) in 3 post(s)
|
Hi, I just upgraded to NCrunch 3. I opened a solution and devenv.exe crashed at the end of the First Crunch Wizard (after clicking next on the Ignore page). I'm running Visual Studio 2015 on Windows 10 and I can reproduce this crash every time I end the wizard. My NT Event Log has the exception details below. Code:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Exception
at nCrunch.Client.Settings.ClientSettingsBlock.(nCrunch.Core.Settings.TargetedSetting, System.Object)
at nCrunch.Client.Settings.ClientSettingsBlock.SetSettingValue(nCrunch.Core.Settings.TargetedSetting, System.Object)
at nCrunch.VSAddIn.UI.Wizards.FirstTimeSolutionUse.IgnoreTestsConfig.DoIgnoreAllTestsOnStartup()
at nCrunch.VSAddIn.UI.Wizards.FirstTimeSolutionUse.IgnoreTestsConfig.(System.Object, nCrunch.VSAddIn.UI.Wizards.Framework.WizardPageEventArgs)
at nCrunch.VSAddIn.UI.Wizards.Framework.WizardPage.OnWizardNext(nCrunch.VSAddIn.UI.Wizards.Framework.WizardPageEventArgs)
at nCrunch.VSAddIn.UI.Wizards.Framework.WizardSheet.(System.Object, System.EventArgs)
at System.Windows.Forms.Control.OnClick(System.EventArgs)
at System.Windows.Forms.Button.OnClick(System.EventArgs)
at System.Windows.Forms.Button.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
...and this slightly less helpful entry (I run a German system if that makes a difference)... Code:
Name der fehlerhaften Anwendung: devenv.exe, Version: 14.0.25420.1, Zeitstempel: 0x57685d85
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.14393.321, Zeitstempel: 0x57f4c291
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000da6f2
ID des fehlerhaften Prozesses: 0x3bfc
Startzeit der fehlerhaften Anwendung: 0x01d24a097fe54d78
Pfad der fehlerhaften Anwendung: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\System32\KERNELBASE.dll
Berichtskennung: a7c5056e-3d1b-4479-8383-c38a8590e7fb
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Let me know if you need any more information. I can reproduce this consistently so it shouldn't be too hard to provide additional information if you need it.
|