Advertisement
Guest User

Untitled

a guest
Apr 9th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. Exception has been thrown by the target of an invocation. HasDirtyFiles, caches <len=1>[AgentMulder.ReSharper.Plugin.Components.PatternManagerCache80] is dirty
  2.  
  3. --- EXCEPTION #1/3 [AssertionException]
  4. Message = “HasDirtyFiles, caches <len=1>[AgentMulder.ReSharper.Plugin.Components.PatternManagerCache80] is dirty”
  5. ExceptionPath = Root.InnerException.InnerException
  6. ClassName = JetBrains.Util.Assertion+AssertionException
  7. HResult = COR_E_EXCEPTION=80131500
  8. Source = JetBrains.ReSharper.Psi
  9. StackTraceString = “
  10. at JetBrains.ReSharper.Psi.Caches.PsiCaches.Update()
  11. at JetBrains.ReSharper.Refactorings.Rename.RenameInitialControl.get_Element()
  12.  
  13. --- Outer ---
  14.  
  15. --- EXCEPTION #2/3 [TargetInvocationException]
  16. Message = “Exception has been thrown by the target of an invocation.”
  17. ExceptionPath = Root.InnerException
  18. ClassName = System.Reflection.TargetInvocationException
  19. InnerException = “Exception #1 at Root.InnerException.InnerException”
  20. HResult = COR_E_TARGETINVOCATION=80131604
  21. Source = mscorlib
  22. StackTraceString = “
  23. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  24. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  25. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  26. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  27. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  28. at JetBrains.Reflection.ReflectionExtensions.GetFieldOrPropertyValue(Object host, String fieldName)
  29. at JetBrains.ReSharper.Feature.Services.Validators.TextIsValidNewNameAttribute.HostChecker.CheckIsValidIdentifier(String s)
  30. at JetBrains.UI.Validation.TextValidatorReentrantSafe.<Update>b__0()
  31. at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks th?s, Action F)
  32. at JetBrains.Application.IShellLocksEx.<>c__DisplayClass4.<ExecuteOrQueueReadLock>b__3()
  33. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  34.  
  35. --- Outer ---
  36.  
  37. --- EXCEPTION #3/3 [LoggerException]
  38. Message = “Exception has been thrown by the target of an invocation.”
  39. ExceptionPath = Root
  40. ClassName = JetBrains.Util.LoggerException
  41. Data.HostProductInfo = “JetBrains ReSharper Ultimate 2015.1 Build 102.0.20150408.145317”
  42. Data.SubProducts.#0 = “JetBrains dotMemory 4.3 Build 4.3.20150408.155505”
  43. Data.SubProducts.#1 = “JetBrains dotTrace 6.1 Build 6.1.20150408.160136”
  44. Data.SubProducts.#2 = “JetBrains dotCover 3.1 Build 3.1.20150408.155159”
  45. Data.SubProducts.#3 = “JetBrains ReSharper C++ 1.0 Build 1.0.20150408.161622”
  46. Data.SubProducts.#4 = “JetBrains Solution Builder Duo 9.1 Build 1.0.20150408.150524”
  47. Data.SubProducts.#5 = “JetBrains ReSharper 9.1 Build 9.1.20150408.155143”
  48. Data.LastExtension = cs
  49. Data.VsVersion = 14.0.22609.0
  50. Data.ManagedThreadName = “JetPool (S) Regular thread #1”
  51. Data.PlatformSccRevision = CompiledWithoutBuildServer
  52. Data.ProductSccRevision = CompiledWithoutBuildServer
  53. InnerException = “Exception #2 at Root.InnerException”
  54. HResult = COR_E_APPLICATION=80131600
  55. StackTraceString = “
  56. at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
  57. at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__4(QueuedAction action)
  58. at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor)
  59. at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
  60. at JetBrains.Threading.JetDispatcher.Closure.Execute()
  61. at JetBrains.Threading.JetDispatcher.ProcessQueue()
  62. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  63. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  64. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  65. at System.Windows.Threading.DispatcherOpe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement