ReSharper Goodness?

One of our devs was doing a refresh from source control just now and got this ReSharper exception:

JetBrains.ReSharper.Util.InternalErrorException: Shit happened

Shit happened ---> JetBrains.ReSharper.Util.InternalErrorException: Shit happened

            at JetBrains.ReSharper.Util.Logger.LogError(String) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 389 column 7

            at JetBrains.ReSharper.VS.ProjectModel.WebProjectReferenceManager.ProcessAssemblyReferences(AssemblyReferenceProcessor) in c:\Agent\work\Server\ReSharper2.5\src\VS\src\ProjectModel\WebProjectReferenceManager.cs:line 409 column 9

            at JetBrains.ReSharper.VS.ProjectModel.WebProjectReferenceManager.get_References() in c:\Agent\work\Server\ReSharper2.5\src\VS\src\ProjectModel\WebProjectReferenceManager.cs:line 442 column 9

            at JetBrains.ReSharper.VS.ProjectModel.WebProjectReferenceManager.UpdateAssemblyReferences() in c:\Agent\work\Server\ReSharper2.5\src\VS\src\ProjectModel\WebProjectReferenceManager.cs:line 205 column 7

            at JetBrains.ReSharper.Shell.<>c__DisplayClass1.<Invoke>b__0() in c:\Agent\work\Server\ReSharper2.5\src\Shell\src\Invocator.cs:line 225 column 33

            at System.RuntimeMethodHandle._InvokeMethodFast(Object, Object[], SignatureStruct&, MethodAttributes, RuntimeTypeHandle)

            at System.RuntimeMethodHandle.InvokeMethodFast(Object, Object[], Signature, MethodAttributes, RuntimeTypeHandle)

            at System.Reflection.RuntimeMethodInfo.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo, Boolean)

            at System.Delegate.DynamicInvokeImpl(Object[])

            at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)

            at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object)

            at System.Threading.ExecutionContext.runTryCode(Object)

            at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, Object)

            at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object)

            at System.Threading.ExecutionContext.Run(ExecutionContext, ContextCallback, Object)

            at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)

            at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

            at System.Windows.Forms.Control.WndProc(Message&)

            at System.Windows.Forms.ScrollableControl.WndProc(Message&)

            at System.Windows.Forms.ContainerControl.WndProc(Message&)

            at System.Windows.Forms.Form.WndProc(Message&)

            at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)

            at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)

            at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)

Brilliant!

Followup: Found a few references to this here and here. It was fixed in 2.5.2.

2 Comments

Comments have been disabled for this content.