<rss version="2.0">
<channel>
<title>YouTrack Issues</title>
<link>http://youtrack.jetbrains.com/_rss/issues?p=RSRP</link>
<description></description>
<item>
<title>RSRP-303025: Failed to evaluate the data rule. Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303025</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:41:54 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:41:54 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Failed to evaluate the data rule. Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/3 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.Psi.Services<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Psi.Services.TextControlToPsi.GetDeclaredElements(ISolution solution, IDocument document, Int32 offset, Boolean&amp; isPossiblyNonNullInThisDocument) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\TextControlToPsi.cs:line 0
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.DeclaredElementsFromDocument(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 123
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 27
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 161
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.DataConstant = DeclaredElements<br/>Data.DataConstantType = “System.Collections.Generic.ICollection`1[[JetBrains.ReSharper.Psi.IDeclaredElement, JetBrains.ReSharper.Psi, Version=7.0.44.81, Culture=neutral, PublicKeyToken=1010a0d8d6380325]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”<br/>Data.DataRuleObject = JetBrains.Application.DataContext.DataRule`1[System.Collections.Generic.ICollection`1[JetBrains.ReSharper.Psi.IDeclaredElement]]<br/>Data.DataRulePriority = 0<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = sql<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 401
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.Util.ContextNavigationUtil.GetCandidateInstances(IDataContext context, ReferencePreferenceKind kind) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\Util\ContextNavigationUtil.cs:line 133
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.ContextSearches.BaseSearches.ContextSearchBase`1.GetCandidateInstances(IDataContext context, ReferencePreferenceKind kind) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\ContextSearches\BaseSearches\ContextSearchBase.cs:line 60
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.ContextSearches.BaseSearches.ContextSearchBase`1.GetCandidates(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\ContextSearches\BaseSearches\ContextSearchBase.cs:line 55
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.ContextSearches.BaseSearches.ContextSearchBase`1.HasSearchableCandidates(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\ContextSearches\BaseSearches\ContextSearchBase.cs:line 50
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.ContextSearches.BaseSearches.UsagesContextSearchBase.IsAvailableInternal(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\ContextSearches\BaseSearches\UsagesContextSearchBase.cs:line 68
     at JetBrains.ReSharper.Feature.Services.ContextNavigation.ContextSearches.BaseSearches.ContextSearchBase`1.IsAvailable(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ContextNavigation\ContextSearches\BaseSearches\ContextSearchBase.cs:line 23
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.&lt;&gt;c__DisplayClass2`1.&lt;GetAvailableContextSearches&gt;b__1(TContextSearch x) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 28
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.GetAvailableContextSearches[TContextSearch](IDataContext dataContext, IFeaturePartsContainer container) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 28
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextSearchesCollector`1.GetSearchesExecution(IDataContext dataContext, INavigationExecutionHost host) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextSearchesCollector.cs:line 26
     at JetBrains.ReSharper.Features.Finding.Usages.FindUsagesProvider.&lt;CreateWorkflow&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\Usages\FindUsagesProvider.cs:line 25
     at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
     at System.Linq.Enumerable.&lt;SelectManyIterator&gt;d__14`2.MoveNext()
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.GetWorkflowListToExecute(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 99
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 44
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsMenuItem.OnSubmenuOpened(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSubmenuOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.Primitives.MenuBase.OnIsSelectedChanged(Object sender, RoutedPropertyChangedEventArgs`1 e)
     at System.Windows.RoutedPropertyChangedEventArgs`1.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.MenuItem.MouseEnterHelper()
     at System.Windows.Controls.MenuItem.OnMouseEnter(MouseEventArgs e)
     at System.Windows.UIElement.OnMouseEnterThunk(Object sender, MouseEventArgs e)
     at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.MouseOverProperty.FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, Boolean oldValue)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.OnOriginValueChanged(DependencyObject oldOrigin, DependencyObject newOrigin, IList`1 otherOrigins, DeferredElementTreeState&amp; oldTreeState, Action`2 originChangedAction)
     at System.Windows.Input.MouseDevice.ChangeMouseOver(IInputElement mouseOver, Int32 timestamp)
     at System.Windows.Input.MouseDevice.PreNotifyInput(Object sender, NotifyInputEventArgs e)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:41:54 UT</pubDate>
</item>
<item>
<title>RSRP-303024: Failed to evaluate the data rule. Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303024</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:41:47 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:41:47 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Failed to evaluate the data rule. Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/3 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.Psi.Services<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Psi.Services.TextControlToPsi.GetDeclaredElements(ISolution solution, IDocument document, Int32 offset, Boolean&amp; isPossiblyNonNullInThisDocument) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\TextControlToPsi.cs:line 0
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.DeclaredElementsFromDocument(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 123
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 27
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 161
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.DataConstant = DeclaredElements<br/>Data.DataConstantType = “System.Collections.Generic.ICollection`1[[JetBrains.ReSharper.Psi.IDeclaredElement, JetBrains.ReSharper.Psi, Version=7.0.44.81, Culture=neutral, PublicKeyToken=1010a0d8d6380325]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”<br/>Data.DataRuleObject = JetBrains.Application.DataContext.DataRule`1[System.Collections.Generic.ICollection`1[JetBrains.ReSharper.Psi.IDeclaredElement]]<br/>Data.DataRulePriority = 0<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = sql<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 401
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Feature.Services.ExternalSources.ContextNavigation.FindParameterUsagesContextSearch.IsApplicable(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\ExternalSources\_Core\src\ContextNavigation\FindParameterUsagesContextSearch.cs:line 24
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.&lt;&gt;c__DisplayClass2`1.&lt;GetAvailableContextSearches&gt;b__0(TContextSearch x) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 22
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.GetAvailableContextSearches[TContextSearch](IDataContext dataContext, IFeaturePartsContainer container) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 22
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextSearchesCollector`1.GetSearchesExecution(IDataContext dataContext, INavigationExecutionHost host) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextSearchesCollector.cs:line 26
     at JetBrains.ReSharper.Features.Finding.Usages.FindUsagesProvider.&lt;CreateWorkflow&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\Usages\FindUsagesProvider.cs:line 25
     at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
     at System.Linq.Enumerable.&lt;SelectManyIterator&gt;d__14`2.MoveNext()
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.GetWorkflowListToExecute(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 99
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 44
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsMenuItem.OnSubmenuOpened(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSubmenuOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.Primitives.MenuBase.OnIsSelectedChanged(Object sender, RoutedPropertyChangedEventArgs`1 e)
     at System.Windows.RoutedPropertyChangedEventArgs`1.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.MenuItem.MouseEnterHelper()
     at System.Windows.Controls.MenuItem.OnMouseEnter(MouseEventArgs e)
     at System.Windows.UIElement.OnMouseEnterThunk(Object sender, MouseEventArgs e)
     at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.MouseOverProperty.FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, Boolean oldValue)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.OnOriginValueChanged(DependencyObject oldOrigin, DependencyObject newOrigin, IList`1 otherOrigins, DeferredElementTreeState&amp; oldTreeState, Action`2 originChangedAction)
     at System.Windows.Input.MouseDevice.ChangeMouseOver(IInputElement mouseOver, Int32 timestamp)
     at System.Windows.Input.MouseDevice.PreNotifyInput(Object sender, NotifyInputEventArgs e)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:41:47 UT</pubDate>
</item>
<item>
<title>RSRP-303023: Failed to evaluate the data rule. Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303023</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:41:41 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:41:41 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Failed to evaluate the data rule. Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/3 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.Psi.Services<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Psi.Services.TextControlToPsi.GetDeclaredElements(ISolution solution, IDocument document, Int32 offset, Boolean&amp; isPossiblyNonNullInThisDocument) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\TextControlToPsi.cs:line 0
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.DeclaredElementsFromDocument(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 123
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 27
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 161
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.DataConstant = DeclaredElements<br/>Data.DataConstantType = “System.Collections.Generic.ICollection`1[[JetBrains.ReSharper.Psi.IDeclaredElement, JetBrains.ReSharper.Psi, Version=7.0.44.81, Culture=neutral, PublicKeyToken=1010a0d8d6380325]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”<br/>Data.DataRuleObject = JetBrains.Application.DataContext.DataRule`1[System.Collections.Generic.ICollection`1[JetBrains.ReSharper.Psi.IDeclaredElement]]<br/>Data.DataRulePriority = 0<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Failed to evaluate the data rule.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = sql<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 401
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.DeclaredElementSingleOrNull(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 64
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Feature.Services.Css.Navigation.CssClassUsagesContextSearch.IsApplicable(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Css\src\Navigation\CssClassUsagesContextSearch.cs:line 20
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.&lt;&gt;c__DisplayClass2`1.&lt;GetAvailableContextSearches&gt;b__0(TContextSearch x) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 22
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextNavigationLanguageUtil.GetAvailableContextSearches[TContextSearch](IDataContext dataContext, IFeaturePartsContainer container) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextNavigationLanguageUtil.cs:line 22
     at JetBrains.ReSharper.Features.Finding.NavigateFromHere.ContextSearchesCollector`1.GetSearchesExecution(IDataContext dataContext, INavigationExecutionHost host) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\NavigateFromHere\ContextSearchesCollector.cs:line 26
     at JetBrains.ReSharper.Features.Finding.Usages.FindUsagesProvider.&lt;CreateWorkflow&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Finding\src\Usages\FindUsagesProvider.cs:line 25
     at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
     at System.Linq.Enumerable.&lt;SelectManyIterator&gt;d__14`2.MoveNext()
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.GetWorkflowListToExecute(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 99
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 44
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsMenuItem.OnSubmenuOpened(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSubmenuOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.Primitives.MenuBase.OnIsSelectedChanged(Object sender, RoutedPropertyChangedEventArgs`1 e)
     at System.Windows.RoutedPropertyChangedEventArgs`1.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.Controls.MenuItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
     at System.Windows.Controls.MenuItem.MouseEnterHelper()
     at System.Windows.Controls.MenuItem.OnMouseEnter(MouseEventArgs e)
     at System.Windows.UIElement.OnMouseEnterThunk(Object sender, MouseEventArgs e)
     at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.MouseOverProperty.FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, Boolean oldValue)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
     at System.Windows.ReverseInheritProperty.OnOriginValueChanged(DependencyObject oldOrigin, DependencyObject newOrigin, IList`1 otherOrigins, DeferredElementTreeState&amp; oldTreeState, Action`2 originChangedAction)
     at System.Windows.Input.MouseDevice.ChangeMouseOver(IInputElement mouseOver, Int32 timestamp)
     at System.Windows.Input.MouseDevice.PreNotifyInput(Object sender, NotifyInputEventArgs e)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:41:41 UT</pubDate>
</item>
<item>
<title>RSRP-303021: Unknown error</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303021</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Mark Warpool (MarkTW)" title="Mark Warpool (MarkTW)"/>
Mark Warpool (MarkTW)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:18:31 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:41 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:38:40 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Shkredov (serjic.shkredov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-16T03:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Unknown error<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “Unknown error”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.NewRefactorings<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Refactorings.WorkflowNew.SimpleWorkflowHost.ShowMessage(String text, String title) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\SimpleWorkflowHost.cs:line 55
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ProcessTransactionResult(TransactionCommitResult transactionResult) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 422
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.InitPage(IRefactoringPage page) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 323
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.FirstPage() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 178
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.StartRefactoring() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 220
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 92
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Unknown error”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cs<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 99
     at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.ToStaticFix.&lt;&gt;c__DisplayClass2.&lt;Execute&gt;b__1(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\QuickFixes\UsageChecking\ToStaticFix.cs:line 61
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.ToStaticFix.Execute(ISolution solution, ITextControl textControl) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\QuickFixes\UsageChecking\ToStaticFix.cs:line 63
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.&lt;&gt;c__DisplayClass1.&lt;Clicked&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbMenuItemBase.cs:line 86
     at JetBrains.DocumentModel.DocumentSettings.ExecuteWithOpenDocumentAfterModification(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\DocumentSettings.cs:line 48
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.Clicked(BulbContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbMenuItemBase.cs:line 85
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.OnMenuItemClicked(Object key) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 183
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;&gt;c__DisplayClass18.&lt;Run&gt;b__15(Object o) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 458
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass19.&lt;&gt;c__DisplayClass1d.&lt;ShowCore&gt;b__13(JetPopupMenuItem item) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 458
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuDoc.ExecuteSelectedItem() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuDoc.cs:line 281
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.OnMouseUp(MouseEventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuMainpartView.cs:line 1421
     at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)
     at System.Windows.Forms.Control.WndProc(Message&amp; m)
     at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.WndProc(Message&amp; m) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuMainpartView.cs:line 1516
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
     at JetBrains.Threading.JetDispatcher.InternalPumpMessagesOnce() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 524
     at JetBrains.Threading.JetDispatcher.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 345
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass23.&lt;ShowModal&gt;b__21(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 560
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 116
     at JetBrains.UI.PopupMenu.JetPopupMenu.ShowModal(ShowWhen when, LifetimeDefinition lifetimeDefitionOptional) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 562
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;Run&gt;b__14(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 483
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.Run() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 441
     at JetBrains.ReSharper.Intentions.Bulbs.IndicatorsManager.&lt;&gt;c__DisplayClass4.&lt;ShowIndicator&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\IndicatorsManager.cs:line 77
     at JetBrains.DataFlow.ISignalEx.&lt;&gt;c__DisplayClass1`1.&lt;Advise&gt;b__0(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.SimpleSignal.Fire() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SimpleSignal.cs:line 66
     at JetBrains.ReSharper.Intentions.Bulbs.BulbManagerImpl.DoAltEnterStuff() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbManagerImpl.cs:line 178
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.&lt;ExecutePendingActions&gt;b__8(QueuedAction action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:41 UT</pubDate>
</item>
<item>
<title>RSRP-284621: User cancelled</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-284621</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>Dec 2, 2011 5:06:03 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:41 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Shkredov (serjic.shkredov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 6.1 EAP Version=6.1.19.137, Built=2011-11-30T16:34:40, Configuration=“Csharp PublicMode VS1000”<br/>User cancelled<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “User cancelled”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.NewRefactorings<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Refactorings.WorkflowNew.SimpleWorkflowHost.ShowMessage(String text, String title) in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\SimpleWorkflowHost.cs:line 55
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ProcessTransactionResult(TransactionCommitResult transactionResult) in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 422
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.InitPage(IRefactoringPage page) in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 323
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.FirstPage() in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 178
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.StartRefactoring() in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 220
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host) in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 92
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “User cancelled”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cs<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 10.0.40219.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.ExecuteWithCustomHost(IDataContext context, IRefactoringWorkflow refactoringWorkflow, IWorkflowHost host) in c:\BuildAgent\work\f4954dbf762b12ec\src\NewRefactorings\src\WorkflowNew\WorkflowExecuter.cs:line 99
     at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.ToStaticFix.&lt;&gt;c__DisplayClass2.&lt;Execute&gt;b__1(Lifetime lifetime) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixes\UsageChecking\ToStaticFix.cs:line 61
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Intentions.QuickFixes.UsageChecking.ToStaticFix.Execute(ISolution solution, ITextControl textControl) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixes\UsageChecking\ToStaticFix.cs:line 63
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.&lt;&gt;c__DisplayClass1.&lt;Clicked&gt;b__0() in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbMenuItemBase.cs:line 85
     at JetBrains.DocumentModel.DocumentSettings.ExecuteWithOpenDocumentAfterModification(Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\DocumentModel\src\DocumentSettings.cs:line 49
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.Clicked(BulbContext context) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbMenuItemBase.cs:line 86
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.OnMenuItemClicked(Object key) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbIndicator.cs:line 187
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;&gt;c__DisplayClass1d.&lt;Run&gt;b__19(Object o) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbIndicator.cs:line 453
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 525
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass19.&lt;&gt;c__DisplayClass1d.&lt;ShowCore&gt;b__13(JetPopupMenuItem item) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 461
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 525
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 474
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 525
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Signal!1.cs:line 474
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuDoc.ExecuteSelectedItem() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuDoc.cs:line 287
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.OnKeyDownLowPriority(KeyEventArgs args) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuMainpartView.cs:line 1585
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuView.OnKeyDown(KeyEventArgs args) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuView.cs:line 816
     at System.Windows.Forms.Control.ProcessKeyEventArgs(Message&amp; m)
     at System.Windows.Forms.Control.ProcessKeyMessage(Message&amp; m)
     at System.Windows.Forms.Control.WndProc(Message&amp; m)
     at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
     at System.Windows.Forms.Form.WndProc(Message&amp; m)
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuView.WndProc(Message&amp; m) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuView.cs:line 1013
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
     at JetBrains.Threading.JetDispatcher.InternalPumpMessagesOnce() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 510
     at JetBrains.Threading.JetDispatcher.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 331
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass23.&lt;ShowModal&gt;b__21(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 563
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 116
     at JetBrains.UI.PopupMenu.JetPopupMenu.ShowModal(ShowWhen when, LifetimeDefinition lifetimeDefitionOptional) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 565
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;Run&gt;b__18(Lifetime lifetime) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbIndicator.cs:line 474
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.Run() in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbIndicator.cs:line 437
     at JetBrains.ReSharper.Intentions.Bulbs.BulbManagerImpl.ShownBulbsMenu() in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbManagerImpl.cs:line 343
     at JetBrains.ReSharper.Intentions.QuickFixes.QuickFixActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixes\QuickFixAction.cs:line 22
     at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36
     at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 184
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 1380
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass6.&lt;ExecuteActionIfAvailable&gt;b__5(Lifetime lifetime) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 162
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 154
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Product(String actionid, Boolean isAuxiliaryCommand, IntPtr vIn, IntPtr vOut) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 865
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass22.&lt;OleCommandTargetExec&gt;b__1f() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 337
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 267
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 416
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(CommandID commandid, OLECMDEXECOPT nCmdExecOpt, IntPtr vIn, IntPtr vOut, VsCommandHandlerStage stage) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 333
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__59(CommandID commandid, OLECMDEXECOPT opt, IntPtr in, IntPtr out) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 1426
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\Package\VsPackageSdkStub.cs:line 226
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:41 UT</pubDate>
</item>
<item>
<title>RSRP-303019: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303019</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:53 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:30 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:38:29 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.VB.VsSettingOverrideAutocompletionVB..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VB\VsSettingOverrideAutocompletionVB.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:30 UT</pubDate>
</item>
<item>
<title>RSRP-291795: Overiider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-291795</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Alexander Ovchinnikov (proff)" title="Alexander Ovchinnikov (proff)"/>
Alexander Ovchinnikov (proff)
</td>
</tr>
<tr>
<th>Created</th>
<td>Mar 26, 2012 1:29:17 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:29 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.4.905, Built=2012-03-24T21:50:06, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overiider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overiider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overiider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50214.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideParameterInfoBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideParameterInfoBase.cs:line 21
     at JetBrains.ReSharper.VS.FormatProperties.Css.VsSettingOverrideParameterInfoCss..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\Css\VsSettingOverrideParameterInfoCss.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 228
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\impl\SolutionInstance.cs:line 61
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solution) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 141
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean afterOpenSolution) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 238
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.JetBrains.Application.Env.Components.IComponentStartupShutdown.OnAfterStartup() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 631
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass2c.&lt;&gt;c__DisplayClass2f.&lt;Tmp_NotifyIComponentStartupShutdown&gt;b__28() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 204
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass2c.&lt;Tmp_NotifyIComponentStartupShutdown&gt;b__27(IComponentStartupShutdown css) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 204
     at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1571
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass2c.&lt;Tmp_NotifyIComponentStartupShutdown&gt;b__26() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 204
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 206
     at JetBrains.Application.Env.RunsProducts.Tmp_NotifyIComponentStartupShutdown(Lifetime lifetimeProduct, ComponentContainer containerProduct) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 205
     at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 192
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass1f.&lt;Init_RunWhenAllowed&gt;b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 132
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;&gt;c__DisplayClass20.&lt;ForEachItemCore&gt;b__10() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 272
     at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 373
     at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 523
     at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 263
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass9.&lt;&gt;c__DisplayClassb.&lt;Init_CollectProductsAllowedToRun&gt;b__5(Lifetime lifeIsAllowed) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 71
     at JetBrains.DataFlow.SequentialLifetimes.&lt;&gt;c__DisplayClass3.&lt;Next&gt;b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 116
     at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 48
     at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass37.&lt;WhenTrue&gt;b__36(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 414
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 656
     at JetBrains.Application.ComposeBooleansWithPriority.UpdateActiveTellers(Lifetime lifetimeComponent, List`1 tellers, IProperty`1 propComposite) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 146
     at JetBrains.Application.ComposeBooleansWithPriority.&lt;&gt;c__DisplayClassd.&lt;UpdateActiveTellers&gt;b__b() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 120
     at JetBrains.DataFlow.IPropertySignalEx.&lt;&gt;c__DisplayClass1f`1.&lt;Advise_NoAcknowledgement&gt;b__1e(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\IPropertySignalEx.cs:line 235
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__22() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\DataFlowEx.cs:line 210
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__21() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\DataFlowEx.cs:line 210
     at JetBrains.DataFlow.ISignalEx.&lt;&gt;c__DisplayClass1`1.&lt;Advise&gt;b__0(TValue value) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__0() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 54
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__2(VSSPROPID vsspropid, Object o) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 63
     at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\Interop\Shim\Shell\IVsShell.cs:line 120
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:29 UT</pubDate>
</item>
<item>
<title>RSRP-303018: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303018</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:49 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:17 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:38:17 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.JavaScript.VsSettingOverrideAutocompletionJavaScriptVs11..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\JavaScript\VsSettingOverrideAutocompletionJavaScript.cs:line 37
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:17 UT</pubDate>
</item>
<item>
<title>RSRP-303017: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303017</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:44 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:38:03 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:38:03 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.JavaScript.VsSettingOverrideAutocompletionJavaScript..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\JavaScript\VsSettingOverrideAutocompletionJavaScript.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:38:03 UT</pubDate>
</item>
<item>
<title>RSRP-303016: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303016</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:39 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:37:51 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:37:50 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.CSharp.VsSettingOverrideAutocompletionCSharp..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\CSharp\VsSettingOverrideAutocompletionCSharp.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:37:51 UT</pubDate>
</item>
<item>
<title>RSRP-303015: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303015</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:34 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:37:37 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:37:36 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideParameterInfoBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideParameterInfoBase.cs:line 21
     at JetBrains.ReSharper.VS.FormatProperties.JavaScript.VsSettingOverrideParameterInfoJavaScriptVs11..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\JavaScript\VsSettingOverrideParameterInfoJavaScript.cs:line 37
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:37:37 UT</pubDate>
</item>
<item>
<title>RSRP-303014: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303014</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:30 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:37:24 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:37:24 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideParameterInfoBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideParameterInfoBase.cs:line 21
     at JetBrains.ReSharper.VS.FormatProperties.Html.VsSettingOverrideParameterInfoHtml..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\Html\VsSettingOverrideParameterInfoHtml.cs:line 19
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:37:24 UT</pubDate>
</item>
<item>
<title>RSRP-303013: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303013</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:25 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:37:11 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:37:11 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.Html.VsSettingOverrideAutocompletionHtml..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\Html\VsSettingOverrideAutocompletionHtml.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:37:11 UT</pubDate>
</item>
<item>
<title>RSRP-303011: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303011</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:16 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:58 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:36:57 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideParameterInfoBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideParameterInfoBase.cs:line 21
     at JetBrains.ReSharper.VS.FormatProperties.Css.VsSettingOverrideParameterInfoCss..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\Css\VsSettingOverrideParameterInfoCss.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:58 UT</pubDate>
</item>
<item>
<title>RSRP-303009: Overrider is null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303009</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:08 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:46 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:36:46 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Overrider is null<br/><br/>--- EXCEPTION #1/2 [InvalidOperationException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 62”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Overrider is null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 70
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.Css.VsSettingOverrideAutocompletionCss..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\Css\VsSettingOverrideAutocompletionCss.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:46 UT</pubDate>
</item>
<item>
<title>RSRP-303008: Initial instantiation of the component TypeComponent { DaemonStageManager, State: Corrupted } has failed. Exception has been thrown by the target of a</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303008</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:04 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:33 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:36:32 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { DaemonStageManager, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. The component&#39;s FileImagesManager argument #4 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/4 [InvalidOperationException]<br/>Message = “The component&#39;s FileImagesManager argument #4 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.ViewableComponentDescriptor`1.&lt;&gt;c__DisplayClass1.&lt;View&gt;b__0(Lifetime descriptorLifetime, IComponentDescriptor descriptor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.Application.Components.ComponentContainer.View[T](Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 25
     at JetBrains.Application.ViewableComponentDescriptor`1.View(Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.ReSharper.Daemon.Impl.DaemonStageManager..ctor(Lifetime lifetime, IViewable`1 stages) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\_Core\src\Impl\DaemonStageManager.cs:line 20
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { DaemonStageManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { DaemonStageManager, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { DaemonStageManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:33 UT</pubDate>
</item>
<item>
<title>RSRP-287867: Initial instantiation of the component TypeComponent { MSBuildMetadataManager, State: Corrupted } has failed. The component&#39;s MSBuildMetadataManager a</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-287867</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Andrew Serebryansky (andrew.serebryansky)" title="Andrew Serebryansky (andrew.serebryansky)"/>
Andrew Serebryansky (andrew.serebryansky)
</td>
</tr>
<tr>
<th>Created</th>
<td>Jan 19, 2012 3:41:30 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:33 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 6.1 EAP Version=6.5.0.0, Built=2012-01-19T10:08:16, Configuration=“Csharp InternalMode Vbnet VS1000”<br/>Initial instantiation of the component TypeComponent { MSBuildMetadataManager, State: Corrupted } has failed. The component&#39;s MSBuildMetadataManager argument #0 TypeComponent { ReferenceManager, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s MSBuildMetadataManager argument #0 TypeComponent { ReferenceManager, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 228
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 240
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { MSBuildMetadataManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { MSBuildMetadataManager, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { MSBuildMetadataManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 10.0.40219.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Util.Logger.LogException(Exception ex) in c:\WORK\ReSharper\Main\Platform\src\Util\src\Logger\Logger.cs:line 613
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\WORK\ReSharper\Main\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 143
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution() in c:\WORK\ReSharper\Main\Platform\src\ProjectModel\src\impl\SolutionInstance.cs:line 64
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solution) in c:\WORK\ReSharper\Main\Platform\src\ProjectModel\src\impl\SolutionManagerBase.cs:line 128
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean afterOpenSolution) in c:\WORK\ReSharper\Main\Platform\src\VSIntegration\src\ProjectModel\VSSolutionManager.cs:line 221
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.&lt;&gt;c__DisplayClassd.&lt;OnAfterOpenSolution&gt;b__c() in c:\WORK\ReSharper\Main\Platform\src\VSIntegration\src\ProjectModel\VSSolutionManager.cs:line 179
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\WORK\ReSharper\Main\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
</pre></div>     at Action(OnAfterOpenSolution).Execute(Action )<br/><div><pre class="wiki-exception">     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\WORK\ReSharper\Main\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 264
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\WORK\ReSharper\Main\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\WORK\ReSharper\Main\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\WORK\ReSharper\Main\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution) in c:\WORK\ReSharper\Main\Platform\src\VSIntegration\src\ProjectModel\VSSolutionManager.cs:line 174
     at Microsoft.VisualStudio.Shell.Interop.IVsSolution.OpenSolutionFile(UInt32 grfOpenOpts, String pszFilename)
     at Microsoft.VisualStudio.PlatformUI.ProjectMruItem.OnOpen()
     at Microsoft.VisualStudio.PlatformUI.MruItem.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut, Boolean moveToTop)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.InvokeCommand(String command, Int32 index)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(String openCommandName, Object sender, ExecutedRoutedEventArgs e)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
     at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
     at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:33 UT</pubDate>
</item>
<item>
<title>RSRP-303007: Initial instantiation of the component TypeComponent { ExternalSourcesDebugInfoDumper, State: Corrupted } has failed. The component&#39;s ExternalSourcesP</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303007</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:59 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:21 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:36:20 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { ExternalSourcesDebugInfoDumper, State: Corrupted } has failed. The component&#39;s ExternalSourcesProjectFilesManager argument #1 TypeComponent { ExternalSourcesServiceImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s ExternalSourcesProjectFilesManager argument #1 TypeComponent { ExternalSourcesServiceImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { ExternalSourcesDebugInfoDumper, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { ExternalSourcesDebugInfoDumper, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { ExternalSourcesDebugInfoDumper, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:21 UT</pubDate>
</item>
<item>
<title>RSRP-303006: Initial instantiation of the component TypeComponent { OccurenceKindManager, State: Corrupted } has failed. The component&#39;s NUnitElementFactory argume</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303006</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:55 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:36:09 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:36:08 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { OccurenceKindManager, State: Corrupted } has failed. The component&#39;s NUnitElementFactory argument #4 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s NUnitElementFactory argument #4 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { OccurenceKindManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { OccurenceKindManager, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { OccurenceKindManager, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:36:09 UT</pubDate>
</item>
<item>
<title>RSRP-303005: Initial instantiation of the component TypeComponent { NavigationManagerImpl, State: Corrupted } has failed. Exception has been thrown by the target o</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303005</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:50 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:56 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:35:55 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { NavigationManagerImpl, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. The component&#39;s PdbCacheManagerImpl argument #6 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/4 [InvalidOperationException]<br/>Message = “The component&#39;s PdbCacheManagerImpl argument #6 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.ViewableComponentDescriptor`1.&lt;&gt;c__DisplayClass1.&lt;View&gt;b__0(Lifetime descriptorLifetime, IComponentDescriptor descriptor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.Application.Components.ComponentContainer.View[T](Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 25
     at JetBrains.Application.ViewableComponentDescriptor`1.View(Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.DataFlow.Viewable.ToLiveOrderedEnumerable[T](IViewable`1 viewable, Lifetime lifetime, Comparison`1 comparer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Viewable.cs:line 30
     at JetBrains.ReSharper.Feature.Services.ExternalSources.Core.Impl.ExternalSourcesServiceImpl..ctor(Lifetime lifetime, ISettingsStore settingsStore, ISolution solution, IThreading threading, IViewable`1 providers, IExternalSourcesMappingChangeManager mappingChangeManager, ExternalSourcesActivation externalSourcesActivation) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\ExternalSources\_Core\src\Core\Impl\ExternalSourcesServiceImpl.cs:line 35
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { NavigationManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { NavigationManagerImpl, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { NavigationManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:56 UT</pubDate>
</item>
<item>
<title>RSRP-303004: Initial instantiation of the component TypeComponent { RazorCSharpSpecificCodeCompletionContextProvider, State: Corrupted } has failed. Exception has </title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303004</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:46 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:43 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:35:43 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { RazorCSharpSpecificCodeCompletionContextProvider, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. The component&#39;s HtmlDescriptionsCache argument #1 TypeComponent { PsiServicesImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/4 [InvalidOperationException]<br/>Message = “The component&#39;s HtmlDescriptionsCache argument #1 TypeComponent { PsiServicesImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.ViewableComponentDescriptor`1.&lt;&gt;c__DisplayClass1.&lt;View&gt;b__0(Lifetime descriptorLifetime, IComponentDescriptor descriptor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.Application.Components.ComponentContainer.View[T](Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 25
     at JetBrains.Application.ViewableComponentDescriptor`1.View(Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\ViewableComponentDescriptor.cs:line 21
     at JetBrains.DataFlow.Viewable.ToLiveOrderedEnumerable[T](IViewable`1 viewable, Lifetime lifetime, Comparison`1 comparer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Viewable.cs:line 30
     at JetBrains.ReSharper.Feature.Services.Descriptions.DeclaredElementDescriptionPresenter..ctor(IViewable`1 providers, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\Descriptions\DeclaredElementDescriptionPresenter.cs:line 22
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { RazorCSharpSpecificCodeCompletionContextProvider, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { RazorCSharpSpecificCodeCompletionContextProvider, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { RazorCSharpSpecificCodeCompletionContextProvider, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.IntellisensePartsContainer..ctor(Lifetime lifetime, IPartsCatalogueSet catalogueSet, IComponentContainer parentContainer) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\CodeCompletion\Infrastructure\IntellisensePartsContainer.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:43 UT</pubDate>
</item>
<item>
<title>RSRP-303003: Initial instantiation of the component TypeComponent { ReferenceManager, State: Corrupted } has failed. The component&#39;s BuildScriptManager argument #4</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303003</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:42 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:31 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:35:31 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { ErrorsView, State: Corrupted } has failed. The component&#39;s SolutionAnalysisIndicatorWrapper argument #2 TypeComponent { SolutionAnalysisManager, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s SolutionAnalysisIndicatorWrapper argument #2 TypeComponent { SolutionAnalysisManager, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { ErrorsView, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { ErrorsView, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { ErrorsView, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:31 UT</pubDate>
</item>
<item>
<title>RSRP-303002: Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed. Exception has been thrown by the targe</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303002</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:39 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:18 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:35:18 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Alexander Shvedov (shvedov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. psiServices != null<br/><br/>--- EXCEPTION #1/4 [AssertionException]<br/>Message = “psiServices != null”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.Psi.Xaml<br/>StackTraceString = “at JetBrains.ReSharper.Psi.Xaml.Impl.Cache2.ApplicationTypePartCache..ctor(ISolution solution, IShellLocks shellLocks) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Xaml\src\Impl\Cache2\ApplicationTypePartCache.cs:line 32”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { ApplicationTypePartCache, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:18 UT</pubDate>
</item>
<item>
<title>RSRP-297314: Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed. Exception has been thrown by the targe</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-297314</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_persistent/a_7df965d5.jpg?file=28-2964&amp;v=0&amp;w=60&amp;h=60&amp;c=true" width="56" height="59" alt="Kirill Falk (kfalk)" title="Kirill Falk (kfalk)"/>
Kirill Falk (kfalk)
</td>
</tr>
<tr>
<th>Created</th>
<td>Apr 24, 2012 2:30:17 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:17 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Alexander Shvedov (shvedov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper Branch Build “default” Version=7.0.20.105, Built=2012-04-20T19:46:18, Configuration=“Csharp PublicMode Vbnet VS1000”<br/>Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. psiServices != null<br/><br/>--- EXCEPTION #1/4 [AssertionException]<br/>Message = “psiServices != null”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.Psi.Xaml<br/>StackTraceString = “at JetBrains.ReSharper.Psi.Xaml.Impl.Cache2.ApplicationTypePartCache..ctor(ISolution solution, IShellLocks shellLocks) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Xaml\src\Impl\Cache2\ApplicationTypePartCache.cs:line 32”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { ApplicationTypePartCache, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { ApplicationTypePartCache, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 10.0.40219.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 62
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 147
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 781
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 770
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 765
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 162
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 237
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.&lt;&gt;c__DisplayClass10.&lt;OnAfterOpenSolution&gt;b__f() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 206
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 201
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 191
     at Microsoft.VisualStudio.Shell.Interop.IVsSolution.OpenSolutionFile(UInt32 grfOpenOpts, String pszFilename)
     at Microsoft.VisualStudio.PlatformUI.ProjectMruItem.OnOpen()
     at Microsoft.VisualStudio.PlatformUI.MruItem.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut, Boolean moveToTop)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object&amp; argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.InvokeCommand(String command, Int32 index)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(String openCommandName, Object sender, ExecutedRoutedEventArgs e)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
     at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
     at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:17 UT</pubDate>
</item>
<item>
<title>RSRP-303001: Initial instantiation of the component TypeComponent { PsiCleanupManager, State: Corrupted } has failed. The component&#39;s CleanupProvider argument #0 T</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303001</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:35 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:35:06 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:35:06 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { VsSettingOverrideParameterInfoVB, State: Corrupted } has failed. The component&#39;s HasActiveTextControlWithReSharperAutopopupVB argument #6 TypeComponent { IntellisenseManager, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s HasActiveTextControlWithReSharperAutopopupVB argument #6 TypeComponent { IntellisenseManager, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { VsSettingOverrideParameterInfoVB, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { VsSettingOverrideParameterInfoVB, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { VsSettingOverrideParameterInfoVB, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:35:06 UT</pubDate>
</item>
<item>
<title>RSRP-303000: Initial instantiation of the component TypeComponent { FileDependencyTracker, State: Corrupted } has failed. The component&#39;s FileDependencyTracker arg</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303000</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:31 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:54 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:34:54 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed. The component&#39;s SolutionResourceManagerImpl argument #3 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s SolutionResourceManagerImpl argument #3 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { SolutionResourceManagerImpl, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:54 UT</pubDate>
</item>
<item>
<title>RSRP-300434: Initial instantiation of the component TypeComponent { FileDependencyTracker, State: Corrupted } has failed. The component&#39;s FileDependencyTracker arg</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-300434</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_persistent/hedgehog4.jpg?file=28-2699&amp;v=0&amp;w=60&amp;h=60&amp;c=true" width="56" height="59" alt="Slava Trenogin (derigel)" title="Slava Trenogin (derigel)"/>
Slava Trenogin (derigel)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 8, 2012 12:35:01 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:53 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7.0 Version=7.0.0.0, Built=2012-05-06T17:21:37, Configuration=“Csharp InternalMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed. The component&#39;s SolutionResourceManagerImpl argument #3 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.<br/><br/>--- EXCEPTION #1/3 [InvalidOperationException]<br/>Message = “The component&#39;s SolutionResourceManagerImpl argument #3 TypeComponent { CacheManagerImpl, State: Corrupted } is corrupted.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.InvalidOperationException<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/>Source = JetBrains.Platform.ReSharper.ComponentModel<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in d:\ReSharper\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in d:\ReSharper\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in d:\ReSharper\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in d:\ReSharper\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in d:\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/3 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { SolutionResourceManagerImpl, State: Corrupted }”<br/>InnerException = “Exception #1 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/3 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionResourceManagerImpl, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50430.1<br/>InnerException = “Exception #2 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Util.Logger.LogException(Exception ex) in d:\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 622
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in d:\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in d:\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 143
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in d:\ReSharper\Platform\src\Projects\src\impl\SolutionInstance.cs:line 64
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in d:\ReSharper\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 147
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in d:\ReSharper\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in d:\ReSharper\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 37
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in d:\ReSharper\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 27
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in d:\ReSharper\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 22
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in d:\ReSharper\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 161
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in d:\ReSharper\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 236
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in d:\ReSharper\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in d:\ReSharper\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in d:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in d:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in d:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in d:\ReSharper\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in d:\ReSharper\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 239
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallbackForMultipleParent&gt;b__2b(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass32.&lt;GetCallback&gt;b__31()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:53 UT</pubDate>
</item>
<item>
<title>RSRP-302999: Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed. Exception has been thrown by </title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302999</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:16:26 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:42 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:34:41 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Dmitry Ivanov (daivanov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. IO error: LockFile _ReSharper.TempSolution\PersistentCaches\LOCK: The system cannot find the path specified.<br/><br/>--- EXCEPTION #1/4 [DBException]<br/>Message = “IO error: LockFile _ReSharper.TempSolution\PersistentCaches\LOCK: The system cannot find the path specified.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = JetBrains.Application.PersistentMap.DBException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.Platform.ReSharper.Shell<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.PersistentMap.PersistentDBHelpers.ThrowDBExceptionIfNeccessary(Byte** errmsg, Byte** memoryToFree) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\PersistentSortedMapDb.cs:line 29
     at JetBrains.Application.PersistentMap.KeyValueLevelDbImpl.InitPtrs() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\KeyValueLevelDbImpl.cs:line 125
     at JetBrains.Application.PersistentMap.KeyValueLevelDbImpl..ctor(String dbDir, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\KeyValueLevelDbImpl.cs:line 133
     at JetBrains.ReSharper.Psi.Impl.Caches2.PersistentIndexManagerImpl.InitDb(IPsiConfiguration psiConfiguration) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\caches2\PersistentIndexManagerImpl.cs:line 162
     at JetBrains.ReSharper.Psi.Impl.Caches2.PersistentIndexManagerImpl..ctor(Lifetime lifetime, IShellLocks locks, ISolution solution, IPsiConfiguration psiConfiguration, PsiModuleManager psiModuleManager, ChangeManager changeManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\caches2\PersistentIndexManagerImpl.cs:line 119
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { SolutionActivityTrackingComponent, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:42 UT</pubDate>
</item>
<item>
<title>RSRP-299607: Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed. Exception has been thrown by </title>
<link>http://youtrack.jetbrains.com/issue/RSRP-299607</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 4, 2012 6:49:18 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:41 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Dmitry Ivanov (daivanov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.31.79, Built=2012-05-03T04:10:24, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. IO error: LockFile _ReSharper.TempSolution\PersistentCaches\LOCK: The system cannot find the path specified.<br/><br/>--- EXCEPTION #1/4 [DBException]<br/>Message = “IO error: LockFile _ReSharper.TempSolution\PersistentCaches\LOCK: The system cannot find the path specified.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = JetBrains.Application.PersistentMap.DBException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.Platform.ReSharper.Shell<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.PersistentMap.PersistentDBHelpers.ThrowDBExceptionIfNeccessary(Byte** errmsg, Byte** memoryToFree) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\PersistentSortedMapDb.cs:line 29
     at JetBrains.Application.PersistentMap.KeyValueLevelDbImpl.InitPtrs() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\KeyValueLevelDbImpl.cs:line 125
     at JetBrains.Application.PersistentMap.KeyValueLevelDbImpl..ctor(String dbDir, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\PersistentMap\KeyValueLevelDbImpl.cs:line 133
     at JetBrains.ReSharper.Psi.Impl.Caches2.PersistentIndexManagerImpl.InitDb(IPsiConfiguration psiConfiguration) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\caches2\PersistentIndexManagerImpl.cs:line 159
     at JetBrains.ReSharper.Psi.Impl.Caches2.PersistentIndexManagerImpl..ctor(Lifetime lifetime, IShellLocks locks, ISolution solution, IPsiConfiguration psiConfiguration, PsiModuleManager psiModuleManager, ChangeManager changeManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\caches2\PersistentIndexManagerImpl.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [TargetInvocationException]<br/>Message = “Exception has been thrown by the target of an invocation.”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.Reflection.TargetInvocationException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_TARGETINVOCATION=80131604<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.EnumerableComponentDescriptor`1.&lt;GetEnumerator&gt;d__0.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 53
     at JetBrains.Application.EnumerableComponentDescriptor`1.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\Implementation\EnumerableComponentDescriptor.cs:line 38
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 241
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [InvalidOperationException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.InvalidOperationException<br/>Data.Descriptor = “TypeComponent { SolutionActivityTrackingComponent, State: Corrupted }”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_INVALIDOPERATION=80131509<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Initial instantiation of the component TypeComponent { SolutionActivityTrackingComponent, State: Corrupted } has failed.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 148
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 56
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 42
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 31
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 163
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 236
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:41 UT</pubDate>
</item>
<item>
<title>RSRP-302998: Could not load file or assembly &#39;Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null&#39; or one of its depe</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302998</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:11:50 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:30 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:34:29 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.43.125, Built=2012-05-15T01:26:04, Configuration=“Csharp PublicMode Vbnet VS1000”<br/>Could not load file or assembly &#39;Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) Could not load file or assembly &#39;<a href="file:///C">file:///C</a>:\Users\Steve\AppData\Roaming\JetBrains\ReSharper\v7.0\vs10.0\Plugins\Machine.Specifications.ReSharperRunner.7.0.dll&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <a href="http://go.microsoft.com/fwlink/?LinkId=155569">http://go.microsoft.com/fwlink/?LinkId=155569</a> for more information.<br/><br/>--- EXCEPTION #1/4 [NotSupportedException]<br/>Message = “An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <a href="http://go.microsoft.com/fwlink/?LinkId=155569">http://go.microsoft.com/fwlink/?LinkId=155569</a> for more information.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = System.NotSupportedException<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [FileLoadException]<br/>Message = “Could not load file or assembly &#39;<a href="file:///C">file:///C</a>:\Users\Steve\AppData\Roaming\JetBrains\ReSharper\v7.0\vs10.0\Plugins\Machine.Specifications.ReSharperRunner.7.0.dll&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.IO.FileLoadException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/>Source = mscorlib<br/>FileLoad_FileName = <a href="file:///C">file:///C</a>:\Users\Steve\AppData\Roaming\JetBrains\ReSharper\v7.0\vs10.0\Plugins\Machine.Specifications.ReSharperRunner.7.0.dll<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark&amp; stackMark)
     at System.Reflection.Assembly.LoadFrom(String assemblyFile)
     at JetBrains.Application.Parts.PartCatalogueAssembly.&lt;Bind&gt;b__0(Object sender, ResolveEventArgs args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Parts\PartCatalogueAssembly.cs:line 55
     at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [FileLoadException]<br/>Message = “Could not load file or assembly &#39;Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.IO.FileLoadException<br/>Data.CatalogueType = “Machine.Specifications.ReSharperRunner.MSpecUnitTestProvider, Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null”<br/>Data.Assembly = “Assembly: Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/>Source = mscorlib<br/>FileLoad_FileName = “Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null”<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection)
     at System.Reflection.Assembly.Load(String assemblyString)
     at JetBrains.Application.Parts.PartCatalogueAssembly.Bind(PartCatalogueType type) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Parts\PartCatalogueAssembly.cs:line 77
     at JetBrains.Application.Parts.PartCatalogueType.Bind() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Parts\PartCatalogueType.cs:line 183
     at JetBrains.Application.Components.CatalogueComponentContainer.&lt;AttachParts&gt;b__25(PartCatalogueType part) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 92
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.Application.Components.CatalogueComponentContainer.AttachParts(Lifetime lifetime, IEnumerable`1 parts) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 92
     at JetBrains.Application.Components.CatalogueComponentContainer.&lt;InjectCustom&gt;b__23(Lifetime catalogLifetime, IPartsCatalogue catalogue) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 68
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;&gt;c__DisplayClass20.&lt;ForEachItemCore&gt;b__10() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Could not load file or assembly &#39;Machine.Specifications.ReSharperRunner.7.0, Version=0.5.6.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 247
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 211
     at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 454
     at JetBrains.DataFlow.CollectionEvents`1.&lt;.ctor&gt;b__0(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 123
     at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Infra\SignalWithDelegates!1.cs:line 54
     at JetBrains.DataFlow.Signal`1.&lt;&gt;c__DisplayClass2.&lt;AdviseCore&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 246
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 206
     at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 277
     at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 454
     at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 246
     at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 166
     at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 866
     at JetBrains.Application.Components.CatalogueComponentContainer.InjectCustom(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 69
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 133
     at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 192
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass1f.&lt;Init_RunWhenAllowed&gt;b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 136
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;&gt;c__DisplayClass20.&lt;ForEachItemCore&gt;b__10() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 211
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 272
     at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 373
     at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 523
     at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 264
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass9.&lt;&gt;c__DisplayClassb.&lt;Init_CollectProductsAllowedToRun&gt;b__5(Lifetime lifeVerdict, ProductCanBeStartedVerdict verdict) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 74
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass2b`1.&lt;&gt;c__DisplayClass2d.&lt;ForEachValue&gt;b__2a(Lifetime lifetimeValue) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 347
     at JetBrains.DataFlow.SequentialLifetimes.&lt;&gt;c__DisplayClass3.&lt;Next&gt;b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 116
     at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 48
     at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass2b`1.&lt;ForEachValue&gt;b__29(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 347
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 656
     at JetBrains.Application.ComposeVerdictWithPriority.UpdateActiveTellers[TVerdict](Lifetime lifetimeComponent, List`1 tellers, IProperty`1 propComposite) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\ComponentModel\ComposeVerdictWithPriority.cs:line 171
     at JetBrains.Application.ComposeVerdictWithPriority.&lt;&gt;c__DisplayClassc`1.&lt;UpdateActiveTellers&gt;b__a() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\ComponentModel\ComposeVerdictWithPriority.cs:line 145
     at JetBrains.DataFlow.IPropertySignalEx.&lt;&gt;c__DisplayClass1f`1.&lt;Advise_NoAcknowledgement&gt;b__1e(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertySignalEx.cs:line 235
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__22() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataFlowEx.cs:line 210
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__21() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataFlowEx.cs:line 210
     at JetBrains.DataFlow.ISignalEx.&lt;&gt;c__DisplayClass1`1.&lt;Advise&gt;b__0(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 54
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__2(VSSPROPID vsspropid, Object o) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 63
     at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Interop\Shim\Shell\IVsShell.cs:line 153
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:30 UT</pubDate>
</item>
<item>
<title>RSRP-240061: Could not load file or assembly &#39;AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operati</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-240061</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>Mar 30, 2011 10:04:25 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:34:29 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Serge Baltic (baltic)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>6.0</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 6.0 EAP Version=6.0.2110.157, Built=2011-03-21T02:59:52, Configuration=“Csharp PublicMode Vbnet VS1000”<br/>Could not load file or assembly &#39;AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) Could not load file or assembly &#39;<a href="file:///C">file:///C</a>:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit.Runner.Resharper51.dll&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <a href="http://go.microsoft.com/fwlink/?LinkId=155569">http://go.microsoft.com/fwlink/?LinkId=155569</a> for more information.<br/><br/>--- EXCEPTION #1/4 [NotSupportedException]<br/>Message = “An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <a href="http://go.microsoft.com/fwlink/?LinkId=155569">http://go.microsoft.com/fwlink/?LinkId=155569</a> for more information.”<br/>ExceptionPath = Root.InnerException.InnerException.InnerException<br/>ClassName = System.NotSupportedException<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/4 [FileLoadException]<br/>Message = “Could not load file or assembly &#39;<a href="file:///C">file:///C</a>:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit.Runner.Resharper51.dll&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root.InnerException.InnerException<br/>ClassName = System.IO.FileLoadException<br/>InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/>Source = mscorlib<br/>FileLoad_FileName = “<a href="file:///C">file:///C</a>:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit.Runner.Resharper51.dll”<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark&amp; stackMark)
     at System.Reflection.Assembly.LoadFrom(String assemblyFile)
     at JetBrains.Application.Parts.PartCatalogueAssembly.&lt;Bind&gt;b__0(Object sender, ResolveEventArgs args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Parts\PartCatalogueAssembly.cs:line 58
     at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #3/4 [FileLoadException]<br/>Message = “Could not load file or assembly &#39;AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.IO.FileLoadException<br/>Data.CatalogueType = “AgUnit.Runner.Resharper50.UnitTestHost.AgUnitHostProvider, AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null”<br/>Data.Assembly = “Assembly: AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null”<br/>InnerException = “Exception #2 at Root.InnerException.InnerException”<br/>HResult = COR_E_NOTSUPPORTED=80131515<br/>Source = mscorlib<br/>FileLoad_FileName = “AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null”<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
     at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection)
     at System.Reflection.Assembly.Load(String assemblyString)
     at JetBrains.Application.Parts.PartCatalogueAssembly.Bind(PartCatalogueType type) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Parts\PartCatalogueAssembly.cs:line 79
     at JetBrains.Application.Components.CatalogueComponentContainer.&lt;AttachParts&gt;b__57(PartCatalogueType part) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 87
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.Application.Components.CatalogueComponentContainer.AttachParts(Lifetime lifetime, IEnumerable`1 parts) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 87
     at JetBrains.Application.Components.CatalogueComponentContainer.&lt;InjectCustom&gt;b__55(Lifetime catalogLifetime, IPartsCatalogue catalogue) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 65
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;&gt;c__DisplayClass20.&lt;ForEachItemCore&gt;b__10() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Logger\Logger.cs:line 245
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #4/4 [LoggerException]<br/>Message = “Could not load file or assembly &#39;AgUnit.Runner.Resharper51, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null&#39; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>InnerException = “Exception #3 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Logger\Logger.cs:line 249
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210
     at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 440
     at JetBrains.DataFlow.CollectionEvents`1.&lt;.ctor&gt;b__2(Action`1 handler) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 121
     at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Infra\SignalWithDelegates!1.cs:line 54
     at JetBrains.DataFlow.Signal`1.&lt;&gt;c__DisplayClass1a.&lt;AdviseCore&gt;b__18() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 260
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 195
     at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 291
     at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 464
     at JetBrains.DataFlow.ICollectionEventsEx.ForEachItemCore[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandlerA, Action`3 FHandlerB) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 231
     at JetBrains.DataFlow.ICollectionEventsEx.ForEachItem[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, Action`2 FHandler) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 166
     at JetBrains.DataFlow.CollectionEvents`1.View(Lifetime lifetime, Action`2 viewer) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 852
     at JetBrains.Application.Components.CatalogueComponentContainer.InjectCustom(Lifetime lifetime) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Components\CatalogueComponentContainer.cs:line 66
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 118
     at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 184
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass1d.&lt;Init_RunWhenAllowed&gt;b__1c(Lifetime lifetimeProduct, IApplicationDescriptor product) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 128
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;&gt;c__DisplayClass20.&lt;ForEachItemCore&gt;b__10() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Logger\Logger.cs:line 245
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(AddRemoveEventArgs`1::AddRemove) #2.Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 258
     at JetBrains.DataFlow.CollectionEvents`1.InternalAddAnnotatee(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 359
</pre></div>     at CollectionEvents`1(IApplicationDescriptor::RunsProducts::ProductsToRun).Add[0](Func`3 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 314
     at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 509
     at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 249
     at JetBrains.Application.Env.RunsProducts.&lt;&gt;c__DisplayClass9.&lt;&gt;c__DisplayClassb.&lt;Init_CollectProductsAllowedToRun&gt;b__5(Lifetime lifeIsAllowed) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 72
     at JetBrains.DataFlow.SequentialLifetimes.&lt;&gt;c__DisplayClass3.&lt;Next&gt;b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 122
     at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 49
     at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 41
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass38.&lt;WhenTrue&gt;b__37(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 394
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(PropertyChangedEventArgs`1::Nullable`1::CompositeBoolean.Select(NullIsTrue)).Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 266
     at JetBrains.DataFlow.Property`1.&lt;.ctor&gt;b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 546
</pre></div>     at Property(Boolean::Nullable`1::CompositeBoolean.Select(NullIsTrue)).SetValue[0](Func`4 , Property`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 501
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 111
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(PropertyChangedEventArgs`1::CompositeBoolean).Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 266
     at JetBrains.DataFlow.Property`1.&lt;.ctor&gt;b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 546
</pre></div>     at Property(Nullable`1::CompositeBoolean).SetValue[0](Func`4 , Property`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 501
     at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 642
     at JetBrains.Application.ComposeBooleansWithPriority.UpdateActiveTellers(Lifetime lifetimeComponent, List`1 tellers, IProperty`1 propComposite) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 147
     at JetBrains.Application.ComposeBooleansWithPriority.&lt;&gt;c__DisplayClassd.&lt;UpdateActiveTellers&gt;b__b() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 121
     at JetBrains.DataFlow.IPropertySignalEx.&lt;&gt;c__DisplayClass1f`1.&lt;Advise_NoAcknowledgement&gt;b__1e(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertySignalEx.cs:line 235
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(PropertyChangedEventArgs`1::SiteNonZombied(Guarded(.IsNotNull).Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 266
     at JetBrains.DataFlow.Property`1.&lt;.ctor&gt;b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 546
</pre></div>     at Property(Boolean::SiteNonZombied(Guarded(.IsNotNull).SetValue[0](Func`4 , Property`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 501
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 111
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(PropertyChangedEventArgs`1::SiteNonZombied(Guarded().Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 266
     at JetBrains.DataFlow.Property`1.&lt;.ctor&gt;b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 546
</pre></div>     at Property(IServiceProvider::SiteNonZombied(Guarded().SetValue[0](Func`4 , Property`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 501
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__22() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\DataFlowEx.cs:line 203
</pre></div>     at Action(SetValue(IServiceProvider::SiteNonZombied)).Execute(Action )<br/><div><pre class="wiki-exception">     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 256
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 296
     at JetBrains.Application.DataFlowEx.&lt;&gt;c__DisplayClass23`1.&lt;FlowIntoGuarded_NoReplay&gt;b__21() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Shell\src\DataFlowEx.cs:line 203
     at JetBrains.DataFlow.ISignalEx.&lt;&gt;c__DisplayClass1`1.&lt;Advise&gt;b__0(TValue value) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 23
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 377
     at JetBrains.DataFlow.Signal`1.&lt;.ctor&gt;b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 533
</pre></div>     at Signal(PropertyChangedEventArgs`1::SiteNonZombied).Fire[0](Action`3 , Signal`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 492
     at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 266
     at JetBrains.DataFlow.Property`1.&lt;.ctor&gt;b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 546
</pre></div>     at Property(IServiceProvider::SiteNonZombied).SetValue[0](Func`4 , Property`1 , 0 , Object )<br/><div><pre class="wiki-exception">     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 501
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__0() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\VSIntegration\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 58
     at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.&lt;&gt;c__DisplayClass4.&lt;.ctor&gt;b__2(VSSPROPID vsspropid, Object o) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\VSIntegration\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 67
     at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsShell.cs:line 130
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:34:29 UT</pubDate>
</item>
<item>
<title>RSRP-301930: DataField value shown as error in BoundField in gridview</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-301930</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Marius (geimas5)" title="Marius (geimas5)"/>
Marius (geimas5)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 14, 2012 11:29:10 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:32:38 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:32:38 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Show-stopper</td>
</tr>
<tr>
<th>Type</th>
<td>Bug</td>
</tr>
<tr>
<th>Fix versions</th>
<td>7.0</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Slava Trenogin (derigel)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>ASP.NET</td>
</tr>
<tr>
<th>Affected versions</th>
<td>7.0</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">In a .net 4.0 web application, the value of DataField is incorrectly marked in red as an error.<br/><br/>JetBrains ReSharper 7 EAP Full Edition Pre-Release<br/>Build 7.0.42.29 on 2012-05-13T19:12:36</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:32:38 UT</pubDate>
</item>
<item>
<title>RSRP-303022: Exception while commit project level transaction: Drop D:\dev\3Birds\Main\ThreeBirds.Integration\ThreeBirds.Integration.ReportingDatabases\Contracts</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303022</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://www.gravatar.com/avatar/f02db29ff83998a5c98eab1d7747a4ad.jpg?s=60&amp;d=monsterid" width="56" height="59" alt="James Manning (James.Manning)" title="James Manning (James.Manning)"/>
James Manning (James.Manning)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:25:57 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:25:57 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.34.91, Built=2012-05-06T01:38:48, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Exception while commit project level transaction: Drop D:\dev\3Birds\Main\ThreeBirds.Integration\ThreeBirds.Integration.ReportingDatabases\Contracts<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “Drop D:\dev\3Birds\Main\ThreeBirds.Integration\ThreeBirds.Integration.ReportingDatabases\Contracts”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.Platform.ReSharper.Util<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Util.Assertion.Assert(Boolean condition, String message, Object arg) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Assertion.cs:line 23
     at JetBrains.VsIntegration.ProjectModel.Transactions.Actions.VsCopyAction.&lt;&gt;c__DisplayClass5.&lt;Commit&gt;b__2() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\Transactions\Actions\VsCopyAction.cs:line 84
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExpectUnguardedCallback(Action FNested) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 161
     at JetBrains.VsIntegration.ProjectModel.Transactions.Actions.VsCopyAction.Commit() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\Transactions\Actions\VsCopyAction.cs:line 60
     at JetBrains.DocumentManagers.Transactions.SolutionProjectDocumentTransaction.DoCommit(IDictionary`2 dirtyDocuments, IProgressIndicator pi) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ProjectDocuments\src\Transactions\SolutionProjectDocumentTransaction.cs:line 135
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Exception while commit project level transaction: Drop D:\dev\3Birds\Main\ThreeBirds.Integration\ThreeBirds.Integration.ReportingDatabases\Contracts”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.DocumentModel.Transactions.DocumentTransaction.&lt;&gt;c__DisplayClass5.&lt;Commit&gt;b__1(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\Transactions\DocumentTransaction.cs:line 156
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.DocumentModel.Transactions.DocumentTransaction.Commit(IProgressIndicator pi) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\Transactions\DocumentTransaction.cs:line 152
     at JetBrains.DocumentModel.Transactions.DocumentTransactionManager.CommitTransaction(IUndoRedoHandler undoRedoHandler, IProgressIndicator pi) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\Transactions\DocumentTransactionManager.cs:line 71
     at JetBrains.DocumentModel.Transactions.DocumentTransactionCookie.Commit(IProgressIndicator pi) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\Transactions\DocumentTransactionCookie.cs:line 72
     at JetBrains.ProjectModel.ProjectModelTransactionFactory.ProjectModelTransactionCookie.Commit(IProgressIndicator pi) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ProjectDocuments\src\Transactions\ProjectModelTransactionFactory.cs:line 47
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.&lt;TryExecuteRefactoring&gt;b__26(IProjectModelTransactionCookie c) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 472
     at JetBrains.Util.Special.GeneralUtil.IfNotNull[TInput,TResult](TInput object, Func`2 functor, TResult default) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\GeneralUtil.cs:line 59
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.TryExecuteRefactoring() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 472
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.InitPage(IRefactoringPage page) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 348
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.NextPage(IRefactoringPage currentPage) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 268
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowExecuter.MoveToNextPage() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowExecuter.cs:line 167
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowHostWithWizardForm.&lt;NextClick&gt;b__a() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowHostWithWizardForm.cs:line 161
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304
     at JetBrains.ReSharper.Refactorings.WorkflowNew.WorkflowHostWithWizardForm.NextClick(Object sender, EventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowNew\WorkflowHostWithWizardForm.cs:line 162
     at JetBrains.ReSharper.Refactorings.WorkflowW.RefactoringWizardForm.myContinueButton_Click(Object sender, EventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\WorkflowW\RefactoringWizardForm.cs:line 569
     at System.Windows.Forms.Control.OnClick(EventArgs e)
     at System.Windows.Forms.Button.OnClick(EventArgs e)
     at System.Windows.Forms.Button.PerformClick()
     at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.ContainerControl.ProcessDialogKey(Keys keyData)
     at DevExpress.XtraTreeList.TreeList.ProcessDialogKey(Keys keyData)
     at JetBrains.UI.TreeView.TreeModelView.ProcessDialogKey(Keys keyData) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 1421
     at System.Windows.Forms.Control.PreProcessMessage(Message&amp; msg)
     at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG&amp; msg)
     at System.Windows.Forms.ComponentManagerProxy.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG&amp; msg)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:25:57 UT</pubDate>
</item>
<item>
<title>RSRP-303020: An exception has occurred during action &#39;CompleteCodeBasic&#39; execution. Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303020</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:57 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:17:57 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>An exception has occurred during action &#39;CompleteCodeBasic&#39; execution. Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.Features.Intellisense<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.CodeCompletionActionBase.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Intellisense\src\CodeCompletion\CodeCompletionActionBase.cs:line 54
     at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.CompleteCodeBasicAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Intellisense\src\CodeCompletion\BasicCodeCompletionAction.cs:line 59
     at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “An exception has occurred during action &#39;CompleteCodeBasic&#39; execution. Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = sql<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 187
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1375
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass6.&lt;ExecuteActionIfAvailable&gt;b__5(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 165
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 157
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Overridden(CommandID commandid) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 828
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass22.&lt;OleCommandTargetExec&gt;b__1f() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 336
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(CommandID commandid, OLECMDEXECOPT nCmdExecOpt, IntPtr vIn, IntPtr vOut, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 328
     at JetBrains.VsIntegration.ActionManagement.VsActionManagerPriorityCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VsActionManagerPriorityCommandTarget.cs:line 55
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:17:57 UT</pubDate>
</item>
<item>
<title>RSRP-303012: x != null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303012</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:21 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:17:21 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>x != null<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “x != null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1.SomeOverriderIsActive(Boolean arg) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 81
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 875
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “x != null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 879
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.OnAfterAdvise(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 897
     at JetBrains.DataFlow.Signal`1.&lt;&gt;c__DisplayClass2.&lt;AdviseCore&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 246
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 206
     at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 277
     at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 454
     at JetBrains.DataFlow.IPropertyEx.FlowInto[TSource,TTarget](IProperty`1 source, Lifetime lifetime, IProperty`1 target, Func`2 FConverter) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 128
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 67
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideParameterInfoBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideParameterInfoBase.cs:line 21
     at JetBrains.ReSharper.VS.FormatProperties.JavaScript.VsSettingOverrideParameterInfoJavaScriptVs11..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\JavaScript\VsSettingOverrideParameterInfoJavaScript.cs:line 37
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:17:21 UT</pubDate>
</item>
<item>
<title>RSRP-303010: x != null</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-303010</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 17, 2012 12:17:12 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:17:12 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T22:22:44, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>x != null<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “x != null”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.VS<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1.SomeOverriderIsActive(Boolean arg) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 81
     at JetBrains.DataFlow.IPropertyEx.&lt;&gt;c__DisplayClass16`2.&lt;FlowInto&gt;b__15(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 875
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “x != null”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 879
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.OnAfterAdvise(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 897
     at JetBrains.DataFlow.Signal`1.&lt;&gt;c__DisplayClass2.&lt;AdviseCore&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 246
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 206
     at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 277
     at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 454
     at JetBrains.DataFlow.IPropertyEx.FlowInto[TSource,TTarget](IProperty`1 source, Lifetime lifetime, IProperty`1 target, Func`2 FConverter) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 128
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideBase`1..ctor(ISettingsStore settingsStore, Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideBase.cs:line 67
     at JetBrains.ReSharper.VS.FormatProperties.VsSettingOverrideAutocompletionBase`1..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VsSettingOverrideAutocompletionBase.cs:line 20
     at JetBrains.ReSharper.VS.FormatProperties.VB.VsSettingOverrideAutocompletionVB..ctor(Lifetime lifetime, IEnumerable`1 overriders, Lazy`1 textManager, ISettingsStore settingsStore) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\VB\VsSettingOverrideAutocompletionVB.cs:line 18
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 229
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 242
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 44
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 145
     at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 63
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.&lt;&gt;c__DisplayClass6.&lt;CreateSolutionInstance&gt;b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 151
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 54
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 36
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 21
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 166
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 235
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.&lt;OnAfterBackgroundSolutionLoadComplete&gt;b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object&amp; pResult)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass26.&lt;GetCallbackForMultipleParent&gt;b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.&lt;&gt;c__DisplayClass2c.&lt;GetCallback&gt;b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.&lt;OnTaskQueued&gt;b__0()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&amp; msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionDialog.ShowDialogValidateConnection(IWin32Window parent, UIConnectionInfo&amp; ci, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IServerType[] supportedTypes, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.PromptForConnection(IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.SqlConnectionStrategy.AcquireConnectionInfo(Boolean tryOpenConnection, UIConnectionInfo&amp; uici, IDbConnection&amp; connection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.DataModel.ConnectionStrategy.EnsureConnection(Boolean tryOpenConnection)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorConnectCommand.HandleExec(UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration.SqlEditorPackage.OnNewQueryConnection(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:17:12 UT</pubDate>
</item>
<item>
<title>RSRP-121018: Editing ASP.NET causes Visual Studio to crash</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-121018</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Anatoly Sereda (ant)" title="Anatoly Sereda (ant)"/>
Anatoly Sereda (ant)
</td>
</tr>
<tr>
<th>Created</th>
<td>Sep 14, 2009 12:31:27 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:13:07 AM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 17, 2012 12:13:07 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Bug</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Can&#39;t Reproduce</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Coox (coox)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>ASP.NET</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">When trying to edit aspx files with Resharper turned on Visual Studio stops working.</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:13:07 UT</pubDate>
</item>
<item>
<title>RSRP-191807: Support T4 (Text Template Transformation Toolkit) highlighting and refactoring for files with a .TT extension</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-191807</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://www.gravatar.com/avatar/e3877eb0a9a6a01f990952270b4e7ef4.jpg?s=60&amp;d=monsterid" width="56" height="59" alt="Nathan Brown (shiften)" title="Nathan Brown (shiften)"/>
Nathan Brown (shiften)
</td>
</tr>
<tr>
<th>Created</th>
<td>Oct 3, 2010 12:37:28 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:08:29 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Feature</td>
</tr>
<tr>
<th>Fix versions</th>
<td>Mirabile Futurum</td>
</tr>
<tr>
<th>State</th>
<td>Open</td>
</tr>
<tr>
<th>Assignee</th>
<td>Ilya Ryzhenkov (orangy)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">The TT files in Visual Studio are an important way to support customizing ASP.NET MVC templates, minimizing the number of magic strings with T4MVC, and generating custom DSLs.<br/><br/>The syntax is very similar to ASPX files and should be re-usable from that part of the ReSharper engine.<br/><br/>Being able to have the refactoring support of ReSharper when working with these files would be a great boost to productivity when working with them (about 5% of my coding).  Adding highlighting and intellisense would be great for readability.<br/><br/>Please add T4 support in the next version of ReSharper.</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:08:29 UT</pubDate>
</item>
<item>
<title>RSRP-302996: Cannot find expression in JS NameToExpressionBinding</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302996</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 16, 2012 11:41:39 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 17, 2012 12:03:57 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Sergey Shkredov (serjic.shkredov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.42.29, Built=2012-05-13T19:12:36, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Cannot find expression in JS NameToExpressionBinding<br/><br/>--- EXCEPTION #1/1 [LoggerException]<br/>Message = “Cannot find expression in JS NameToExpressionBinding”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.ManagedThreadName = “Pool Thread #0”<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.CommonBindings.NameToExpressionBindingBase.FindExpression(ITreeNode nodeAtOffset) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\CommonBindings\NameToExpressionBinding.cs:line 74
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.CommonBindings.NameToExpressionBindingBase.FindExpression() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\CommonBindings\NameToExpressionBinding.cs:line 65
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.CommonBindings.NameToExpressionBinding.GetJsType(JavaScriptResolveContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\CommonBindings\NameToExpressionBinding.cs:line 119
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.CommonBindings.LocalSymbolTypeBindingWrapper.GetJsType(JavaScriptResolveContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\CommonBindings\LocalSymbolTypeBindingWrapper.cs:line 42
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.JavaScriptSymbolsCache.&lt;&gt;c__DisplayClassb.&lt;GetLocalJsType&gt;b__a(JavaScriptResolveContext newContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\JavaScriptSymbolsCache.cs:line 172
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JavaScriptResolveContext.CalculateWithCache(ICalculationIdentifier ident, Func`2 getResult) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\JavaScriptResolveContext.cs:line 133
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.JavaScriptSymbolsCache.GetLocalJsType(JavaScriptResolveContext context, String shortName, IFunctionLike ownerFunction, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Caches\JavaScriptSymbolsCache.cs:line 161
     at JetBrains.ReSharper.Psi.JavaScript.Impl.DeclaredElements.JavaScriptLocalElement.GetJsType(JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\DeclaredElements\JavaScriptLocalElement.cs:line 87
     at JetBrains.ReSharper.Psi.JavaScript.Impl.DeclaredElements.DefaultJavaScriptSymbolInfoProvider.GetJsType(IDeclaredElement element, JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\DeclaredElements\DefaultJavaScriptSymbolInfoProvider.cs:line 23
     at JetBrains.ReSharper.Psi.JavaScript.Impl.DeclaredElements.JavaScriptSymbolInfoService.GetJsType(IDeclaredElement element, JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\DeclaredElements\JavaScriptSymbolInfoService.cs:line 34
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.ReferenceExpressionReference.CalculateJsTypeFromResolveResult(JavaScriptResolveContext context, ResolveResultWithInfo result, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\ReferenceExpressionReference.cs:line 205
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.ReferenceExpressionReference.CalculateJsType(JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\ReferenceExpressionReference.cs:line 180
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Tree.ReferenceExpression.CalculateJsType(JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Tree\ReferenceExpression.cs:line 55
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Framework.Standard.JavaScriptStandartTypesProvider.GetJsType(IJavaScriptExpression expression, JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Framework\Standard\JavaScriptStandartTypesProvider.cs:line 15
     at JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptExpressionTypesManager.&lt;&gt;c__DisplayClass1.&lt;GetJsType&gt;b__0(JavaScriptResolveContext newResolveContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\LanguageImpl\JavaScriptExpressionTypesManager.cs:line 32
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.JavaScriptResolveContext.CalculateWithCache(ICalculationIdentifier ident, Func`2 getResult) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\JavaScriptResolveContext.cs:line 133
     at JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptExpressionTypesManager.GetJsType(IJavaScriptExpression expression, JavaScriptResolveContext resolveContext, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\LanguageImpl\JavaScriptExpressionTypesManager.cs:line 26
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Tree.JavaScriptExpressionBase.GetJsType(JavaScriptResolveContext context, Boolean useAssignments) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Tree\JavaScriptExpressionBase.cs:line 50
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.ExpressionQualifier.GetSymbolTable(SymbolTableMode mode) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\ExpressionQualifier.cs:line 27
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.ReferenceExpressionReference.GetSymbolTableInternal(JavaScriptResolveContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\ReferenceExpressionReference.cs:line 59
     at JetBrains.ReSharper.Psi.JavaScript.Impl.Resolve.ReferenceExpressionReference.GetSymbolTable(JavaScriptResolveContext resolveContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\JavaScript\src\Impl\Resolve\ReferenceExpressionReference.cs:line 38
     at JetBrains.ReSharper.Feature.Services.JavaScript.CodeCompletion.Rules.ItemsProviderOnReferenceExpressionBase.GetSymbolTable(JavaScriptCodeCompletionContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\JavaScript\src\CodeCompletion\Rules\ItemsProviderOnReferenceExpression.cs:line 47
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.ItemsProviderOfSymbolTableBase`1.AddLookupItems(TContext context, GroupedItemsCollector collector) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\CodeCompletion\Infrastructure\ItemsProviderOfSymbolTableBase.cs:line 23
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.ItemsProviderOfSpecificContext`1.JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.ICodeCompletionItemsProvider.AddLookupItems(ISpecificCodeCompletionContext context, GroupedItemsCollector collector, Object data) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\CodeCompletion\Infrastructure\ItemsProviderOfSpecificContext.cs:line 40
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetCompletionResult(CodeCompletionType codeCompletionType, ITextControl textControl, AutocompletionBehaviour autocompletionBehaviourInitial) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\CodeCompletion\IntellisenseManager.cs:line 401
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.AutomaticCodeCompletionSession.AsyncCompletionExecutor.Work() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\CodeCompletion\AutomaticCodeCompletionSession.cs:line 173
     at JetBrains.Application.InterruptableReadActivity.DoWork() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 210
     at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 90
     at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Threading\ThreadManager.cs:line 152
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.Threading.ThreadManager.PooledThread.&lt;.ctor&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Threading\ThreadManager.cs:line 116
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 20:03:57 UT</pubDate>
</item>
<item>
<title>RSRP-180462: ReSharper should override Visual Studio&#39;s tab size setting</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-180462</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://www.gravatar.com/avatar/086e5b232508e13d262ed6c98b949402.jpg?s=60&amp;d=monsterid" width="56" height="59" alt="Asbjørn (Ulsberg)" title="Asbjørn (Ulsberg)"/>
Asbjørn (Ulsberg)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 28, 2010 4:24:07 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:56:37 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Bug</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Evgeny Pasynkov (pasynkov)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>Code Analysis - VB.NET</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">As ReSharper is able to override all of Visual Studio&#39;s formatting settings, it&#39;s pretty strange that one of the most basic elements of formatting &ndash; the tab size &ndash; isn&#39;t possible to override or configure with ReSharper. Not all projects in the universe have the same tab size setting, so when working on FOSS projects and such, this is a major PITA because if you run R# formatting on them, you end up reformatting absolutely all code because the tab size is different from the one set up in VS.<br/><br/>R# should be able to have its own tab size configured in the .ReSharper file stored alongside the .sln file so the tab size and all other formatting options can follow the project instead of being globally applied from Visual Studio&#39;s constant tab size.</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:56:37 UT</pubDate>
</item>
<item>
<title>RSRP-302997: An exception has occurred during action &#39;TextControl.Enter&#39; execution. Trying to get PSI file for an uncommitted document _CreateOrEdit.cshtml</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302997</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 16, 2012 11:53:24 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:53:26 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.37.13, Built=2012-05-08T23:43:20, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>An exception has occurred during action &#39;TextControl.Enter&#39; execution. Trying to get PSI file for an uncommitted document _CreateOrEdit.cshtml<br/><br/>--- EXCEPTION #1/2 [AssertionException]<br/>Message = “Trying to get PSI file for an uncommitted document _CreateOrEdit.cshtml”<br/>ExceptionPath = Root.InnerException<br/>ClassName = JetBrains.Util.Assertion+AssertionException<br/>HResult = COR_E_EXCEPTION=80131500<br/>Source = JetBrains.ReSharper.Psi<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.AssertNotDirty(IPsiSourceFile sourceFile) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\PsiManagerImpl.cs:line 746
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetPsiFile(IPsiSourceFile sourceFile, PsiLanguageType language) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\PsiManagerImpl.cs:line 737
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.InjectedPsiManager.&lt;&gt;c__DisplayClass15`1.&lt;GetPsiFiles&gt;b__14(PsiLanguageType language) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\InjectedPsiManager.cs:line 342
     at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
     at JetBrains.Util.CollectionUtil.&lt;WhereNotNullCore&gt;d__74`1.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1953
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.InjectedPsiManager.GetPsiFiles(IPsiSourceFile sourceFile, Type languageType, DocumentRange range, IFile oldWayPsiFile, IEnumerable`1 oldWayPsiFiles) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\InjectedPsiManager.cs:line 296
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.InjectedPsiManager.GetPsiFiles[TLanguage](IPsiSourceFile sourceFile, DocumentRange range) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\InjectedPsiManager.cs:line 338
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.InjectedPsiManager.GetPsiFile[TLanguage](IPsiSourceFile sourceFile, DocumentRange range) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\impl\PsiManager\InjectedPsiManager.cs:line 352
     at JetBrains.ReSharper.Psi.PsiManagerExtensions.GetPsiFile[TLanguageType](IPsiSourceFile sourceFile, DocumentRange range) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\PsiManagerExtensions.cs:line 155
     at JetBrains.ReSharper.Feature.Services.Web.TypingAssist.WebTypingAssistUtil.AdjustLineIndent[TLanguage,TTokenNode](ITextControl textControl, ISolution solution, Int32 originalOffset, Int32 currentOffset) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Web\src\TypingAssist\WebTypingAssistUtil.cs:line 61
     at JetBrains.ReSharper.Feature.Services.Html.Javascript.TypingAssist.JavaScriptHtmlTypingAssist.AdjustLineIndent(ITextControl textControl, Int32 originalOffset, Int32 currentOffset) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Html.Javascript\src\TypingAssist\JavaScriptHtmlTypingAssist.cs:line 55
     at JetBrains.ReSharper.Feature.Services.JavaScript.TypingAssist.JavaScriptTypingAssistBase.DoSmartIndentOnEnter(ITextControl textControl) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\JavaScript\src\TypingAssist\JavaScriptTypingAssistBase.cs:line 878
     at JetBrains.ReSharper.Feature.Services.JavaScript.TypingAssist.JavaScriptTypingAssistBase.HandleEnterPressed(IActionContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\JavaScript\src\TypingAssist\JavaScriptTypingAssistBase.cs:line 605
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ChainedContextBase`2.CallNext() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 167
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Handle[TContext,THandler](TContext context, List`1 handlers, ChainedContextBase`2 chainedContextFactory) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 64
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.&lt;&gt;c__DisplayClass2.&lt;Act&gt;b__1(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 72
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Act(ITextControl textControl, String actionId, DelegateExecute nextExecute) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 69
     at JetBrains.ReSharper.Feature.Services.TypingAssist.ExternalActionHandler.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TypingAssist\ExternalActionHandler.cs:line 32
     at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “An exception has occurred during action &#39;TextControl.Enter&#39; execution. Trying to get PSI file for an uncommitted document _CreateOrEdit.cshtml”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cshtml<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 187
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1375
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass3.&lt;ExecuteActionUnsafe&gt;b__2(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 149
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ActionManagement.ActionManager.ExecuteActionUnsafe(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 150
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.&lt;&gt;c__DisplayClasse.&lt;TryDelegateToReSharper_NonTyping&gt;b__d() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 279
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 351
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 279
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 258
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.&lt;&gt;c__DisplayClass19.&lt;Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec&gt;b__17() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 406
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 395
     at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Editor.Implementation.VsCodeWindowAdapter.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:53:26 UT</pubDate>
</item>
<item>
<title>RSRP-302302: Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302302</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Thomas Freudenberg (thoemmi)" title="Thomas Freudenberg (thoemmi)"/>
Thomas Freudenberg (thoemmi)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 15, 2012 12:49:32 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:43:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 4:55:52 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Victor Kropp (victor.kropp)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.45.35</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.43.125, Built=2012-05-15T00:26:04, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.UnitTesting.Analysis<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTesting.Analysis.nUnit.TestCaseSource.TestCaseSourceReference.GetReferenceSymbolTable(Boolean useReferenceName) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\Analysis\_Core\nUnit\TestCaseSource\TestCaseSourceReference.cs:line 39
     at JetBrains.ReSharper.UnitTesting.Analysis.nUnit.TestCaseSource.TestCaseSourceReference.ResolveWithoutCache() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\Analysis\_Core\nUnit\TestCaseSource\TestCaseSourceReference.cs:line 24
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.&lt;.cctor&gt;b__0(TreeReferenceBase`1 reference) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\TreeReferenceBase.cs:line 61
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\ResolveUtil.cs:line 496
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\TreeReferenceBase.cs:line 65
     at JetBrains.ReSharper.Daemon.UsageChecking.UsageAnalyzer.ProcessElement(ITreeNode node, IParameters parameters) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\Engine\src\UsageChecking\UsageAnalyzer.cs:line 54
     at JetBrains.ReSharper.Daemon.CSharp.Stages.UsageChecking.CSharpUsageAnalyzer.ProcessElement(ITreeNode node, IParameters parameters) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\UsageChecking\CSharpUsageAnalyzer.cs:line 63
     at JetBrains.ReSharper.Daemon.UsageChecking.CollectUsagesStageProcess.ScopeProcessor.JetBrains.ReSharper.Psi.IRecursiveElementProcessor.ProcessAfterInterior(ITreeNode element) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\Engine\src\UsageChecking\CollectUsagesStageProcess.cs:line 622
     at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants(ITreeNode root, IRecursiveElementProcessor processor) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\IRecursiveElementProcessor.cs:line 74
     at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessThisAndDescendants(ITreeNode root, IRecursiveElementProcessor processor) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\IRecursiveElementProcessor.cs:line 36
     at JetBrains.ReSharper.Daemon.UsageChecking.CollectUsagesStageProcess.&lt;&gt;c__DisplayClassb.&lt;ProcessMemberDeclaration&gt;b__8() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\Engine\src\UsageChecking\CollectUsagesStageProcess.cs:line 362
     at JetBrains.Application.Threading.MultiCoreFibersPool.Fibers.&lt;&gt;c__DisplayClassa.&lt;EnqueueJobImpl&gt;b__8() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 342
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cs<br/>Data.ManagedThreadName = “DaemonFibers #2”<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Threading.MultiCoreFibersPool.FiberProc() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 121
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.Application.Threading.MultiCoreFibersPool.&lt;.ctor&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 86
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:43:59 UT</pubDate>
</item>
<item>
<title>RSRP-302301: Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302301</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Thomas Freudenberg (thoemmi)" title="Thomas Freudenberg (thoemmi)"/>
Thomas Freudenberg (thoemmi)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 15, 2012 12:49:30 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:43:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 4:55:52 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Victor Kropp (victor.kropp)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.45.35</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.43.125, Built=2012-05-15T00:26:04, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.UnitTesting.Analysis<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTesting.Analysis.nUnit.TestCaseSource.TestCaseSourceReference.GetReferenceSymbolTable(Boolean useReferenceName) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\Analysis\_Core\nUnit\TestCaseSource\TestCaseSourceReference.cs:line 39
     at JetBrains.ReSharper.UnitTesting.Analysis.nUnit.TestCaseSource.TestCaseSourceReference.ResolveWithoutCache() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\Analysis\_Core\nUnit\TestCaseSource\TestCaseSourceReference.cs:line 24
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.&lt;.cctor&gt;b__0(TreeReferenceBase`1 reference) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\TreeReferenceBase.cs:line 61
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\ResolveUtil.cs:line 496
     at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\ExtensionsAPI\Resolve\TreeReferenceBase.cs:line 65
     at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIdentifierHighlighter.Highlight(ITreeNode element, IHighlightingConsumer consumer) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\CSharpIdentifierHighlighter.cs:line 67
     at JetBrains.ReSharper.Daemon.CSharp.Stages.IdentifierHighlighterProcess.VisitNode(ITreeNode element, IHighlightingConsumer consumer) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\IdentifierHighlighter.cs:line 64
     at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitCSharpExpression(ICSharpExpression cSharpExpressionParam, TContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Gen\Psi\CSharp\TreeNodeVisitor`1.cs:line 112
     at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitUnaryExpression(IUnaryExpression unaryExpressionParam, TContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Gen\Psi\CSharp\TreeNodeVisitor`1.cs:line 676
     at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitPrimaryExpression(IPrimaryExpression primaryExpressionParam, TContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Gen\Psi\CSharp\TreeNodeVisitor`1.cs:line 532
     at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitCSharpLiteralExpression(ICSharpLiteralExpression cSharpLiteralExpressionParam, TContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Gen\Psi\CSharp\TreeNodeVisitor`1.cs:line 121
     at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.CSharpLiteralExpression.Accept[TContext](TreeNodeVisitor`1 visitor, TContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Gen\Psi\CSharp\Impl\CSharpLiteralExpression.cs:line 26
     at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpDaemonStageProcessBase.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\CSharpDaemonStageBase.cs:line 151
     at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.ProcessorBase.ProcessAfterInterior(ITreeNode element) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\CSharpDaemonStageBase.cs:line 264
     at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants(ITreeNode root, IRecursiveElementProcessor processor) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\IRecursiveElementProcessor.cs:line 74
     at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessThisAndDescendants(ITreeNode root, IRecursiveElementProcessor processor) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\_Core\src\IRecursiveElementProcessor.cs:line 36
     at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.&lt;&gt;c__DisplayClass11.&lt;Execute&gt;b__7(ICSharpTypeMemberDeclaration declaration) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\CSharpDaemonStageBase.cs:line 206
     at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.&lt;&gt;c__DisplayClass19.&lt;&gt;c__DisplayClass1b.&lt;Execute&gt;b__c() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\CSharp\src\Stages\CSharpDaemonStageBase.cs:line 224
     at JetBrains.Application.Threading.MultiCoreFibersPool.Fibers.&lt;&gt;c__DisplayClassa.&lt;EnqueueJobImpl&gt;b__8() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 342
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Processing file &lt;XTplus.RezeptScanner.Tests&gt;\VerordnungserkennungTests.cs Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.ManagedThreadName = “DaemonFibers #1”<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Threading.MultiCoreFibersPool.FiberProc() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 121
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.Application.Threading.MultiCoreFibersPool.&lt;.ctor&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 86
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:43:59 UT</pubDate>
</item>
<item>
<title>RSRP-301728: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-301728</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Daniel Corbett (danielcor)" title="Daniel Corbett (danielcor)"/>
Daniel Corbett (danielcor)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 12, 2012 2:33:17 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:43:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 4:43:18 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Victor Kropp (victor.kropp)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.45.35</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.39.91, Built=2012-05-11T05:41:58, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.UnitTestExplorer<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTestExplorer.UnitTestSessionManager.OnPreviewPanelFactoryRemoved(IUnitTestPreviewPanelFactory factory) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\Explorer\src\Session\UnitTestSessionManager.cs:line 138
     at JetBrains.DataFlow.Viewable.&lt;&gt;c__DisplayClass14`1.&lt;&gt;c__DisplayClass16.&lt;View&gt;b__13() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Viewable.cs:line 76
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 359
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.DataFlow.Lifetime.&lt;&gt;c__DisplayClass9.&lt;AttachNested&gt;b__6() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 256
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 359
     at JetBrains.DataFlow.ICollectionEventsEx.&lt;&gt;c__DisplayClass17`1.&lt;ForEachItemCore&gt;b__f(AddRemoveEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 227
     at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 454
     at JetBrains.DataFlow.CollectionEvents`1.&lt;.ctor&gt;b__1(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 124
     at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterUnadvise(Action`1 handler) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Infra\SignalWithDelegates!1.cs:line 64
     at JetBrains.DataFlow.Signal`1.&lt;&gt;c__DisplayClass2.&lt;AdviseCore&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 273
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 359
     at JetBrains.ProjectModel.Impl.SolutionInstance.CloseSolutionInstance() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionInstance.cs:line 81
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CloseSolutionInstance(SolutionInstance instance) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 107
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.&lt;OnBeforeCloseSolution&gt;b__15() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 329
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.&lt;&gt;c__DisplayClass3.&lt;ExecuteOrQueueOrMerge&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OnBeforeCloseSolution(Object pUnkReserved) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 323
     at Microsoft.VisualStudio.Shell.Interop.IVsShell4.Restart(UInt32 rtRestartMode)
     at Microsoft.VisualStudio.ExtensionManager.UI.ExtensionManagerWindow.ExecutedRestartVisualStudio(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
     at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.Primitives.ButtonBase.OnClick()
     at System.Windows.Controls.Button.OnClick()
     at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
     at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
     at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp; msg)
     at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
     at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
     at System.Windows.Window.ShowHelper(Object booleanBox)
     at System.Windows.Window.Show()
     at System.Windows.Window.ShowDialog()
     at Microsoft.Internal.VisualStudio.PlatformUI.WindowHelper.ShowModal(Window window, IntPtr parent)
     at Microsoft.VisualStudio.PlatformUI.DialogWindow.ShowModal()
     at Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage.MenuCommandCallback(Object caller, EventArgs args)
     at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options)
     at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid&amp; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:43:59 UT</pubDate>
</item>
<item>
<title>RSRP-301704: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-301704</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 12, 2012 1:09:57 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:43:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 4:55:52 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Victor Kropp (victor.kropp)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.45.35</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.37.13, Built=2012-05-08T21:43:20, Configuration=“Csharp PublicMode Vbnet VS1000”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.UnitTestFramework<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.&lt;&gt;c__DisplayClassa.&lt;ExploreProject&gt;b__5(IUnitTestMetadataExplorer explorer) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\_Core\src\UnitTestBackgroundProjectExplorer.cs:line 114
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.JetHashSet`1..ctor(IEnumerable`1 enumerable, IEqualityComparer`1 comparer) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\JetHashSet.cs:line 41
     at System.Linq.EnumerableExJet.ToHashSet[TSource](IEnumerable`1 source) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\EnumerableEx.cs:line 109
     at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.ExploreProject(IProject project, Boolean background, MetadataLoader loader) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\_Core\src\UnitTestBackgroundProjectExplorer.cs:line 114
     at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.BackgroundProjectExplorer() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\_Core\src\UnitTestBackgroundProjectExplorer.cs:line 256
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.ManagedThreadName = “Unit Test Project Explorer”<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 10.0.40219.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.BackgroundProjectExplorer() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\_Core\src\UnitTestBackgroundProjectExplorer.cs:line 266
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.&lt;.ctor&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\UnitTesting\_Core\src\UnitTestBackgroundProjectExplorer.cs:line 64
     at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ThreadHelper.ThreadStart()
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:43:59 UT</pubDate>
</item>
<item>
<title>RSRP-292482: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-292482</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="James Crowley (james.crowley)" title="James Crowley (james.crowley)"/>
James Crowley (james.crowley)
</td>
</tr>
<tr>
<th>Created</th>
<td>Apr 2, 2012 1:15:53 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:43:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 5:16:52 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Victor Kropp (victor.kropp)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.45.35</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.0.931, Built=2012-03-13T15:09:30, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.ReSharper.UnitTestExplorer<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.ReSharper.UnitTestExplorer.UnitTestPresenter.PresentUnitTestElement(IUnitTestElement value, IPresentableItem item, TreeModelNode modelNode, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\UnitTesting\Explorer\src\Common\UnitTestPresenter.cs:line 93
     at JetBrains.UI.TreeView.StructuredPresenter`2.PresentationCallbackWrapper`1.UpdateItem(Object value, TStructureElement structureElement, TPresentableItem item, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\StructuredPresenter.cs:line 115
     at JetBrains.UI.TreeView.StructuredPresenter`2.UpdateItem(Object value, TStructureElement structureElement, TPresentableItem item, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\StructuredPresenter.cs:line 61
     at JetBrains.ReSharper.Features.Shared.TreePsiBrowser.TreeModelBrowserPresenter.UpdateItem(Object value, TreeModelNode structureElement, IPresentableItem item, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Features\Shared\src\TreePsiBrowser\TreeModelBrowserPresenter.cs:line 189
     at JetBrains.UI.TreeView.StructuredPresenter`2.UpdateItem(TStructureElement structureElement, TPresentableItem item, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\StructuredPresenter.cs:line 50
     at JetBrains.UI.TreeView.TreeModelPresentableView.UpdateNodeCells(TreeModelViewNode viewNode, TreeModelNode modelNode, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelPresentableView.cs:line 76
     at JetBrains.ReSharper.UnitTestExplorer.UnitTestSessionView.UpdateNodeCells(TreeModelViewNode viewNode, TreeModelNode modelNode, PresentationState state) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\UnitTesting\Explorer\src\Session\UnitTestSessionView.cs:line 90
     at JetBrains.UI.TreeView.TreeModelView.UpdateNodePresentation(TreeModelViewNode viewNode, TreeModelNode modelNode) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 1065
     at JetBrains.UI.TreeView.TreeModelView.InitializeNode(TreeModelViewNode viewNode, TreeModelNode modelNode) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 918
     at JetBrains.UI.TreeView.TreeModelView.CreateNode(TreeModelNode modelNode, TreeListNode viewParent) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 841
     at JetBrains.UI.TreeView.TreeModelView.BuildNodeChildren(TreeModelViewNode viewNode) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 782
     at JetBrains.UI.TreeView.TreeModelView.BuildNodeChain(TreeModelNode target) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 811
     at JetBrains.UI.TreeView.TreeModelView.BuildNodeChain(TreeModelNode target) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 806
     at JetBrains.UI.TreeView.TreeModelView.EnsureModelToView(TreeModelNode modelNode) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 1890
     at JetBrains.UI.TreeView.TreeModelView.set_ModelFocusedNode(TreeModelNode value) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\UI\src\Controls\TreeView\DevExpress\TreeModelView.cs:line 257
     at JetBrains.ReSharper.UnitTestExplorer.UnitTestSessionPanel.ActivateElement(IUnitTestElement element) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\UnitTesting\Explorer\src\Session\UnitTestSessionPanel.cs:line 116
     at JetBrains.ReSharper.UnitTestExplorer.UnitTestSessionPanel.SessionStateChanged(Object sender, SessionStateUpdateEventArgs e) in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\UnitTesting\Explorer\src\Session\UnitTestSessionPanel.cs:line 99
     at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
     at JetBrains.ReSharper.UnitTestExplorer.UnitTestSession.&lt;&gt;c__DisplayClass73.&lt;OnSessionStateChanged&gt;b__70() in c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\UnitTesting\Explorer\src\Session\UnitTestSession.cs:line 849
     at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\ShellLocks.cs:line 989
     at JetBrains.Application.IShellLocksEx.&lt;&gt;c__DisplayClass4.&lt;ExecuteOrQueueReadLock&gt;b__3() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\ShellLocks.cs:line 813
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50214.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Threading.ReentrancyGuard.&lt;ExecutePendingActions&gt;b__8(QueuedAction action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:43:59 UT</pubDate>
</item>
<item>
<title>RSRP-302995: OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302995</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 16, 2012 11:22:29 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:22:29 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Submitted</td>
</tr>
<tr>
<th>Assignee</th>
<td>Unassigned</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.32.101, Built=2012-05-04T04:42:50, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))<br/><br/>--- EXCEPTION #1/2 [COMException]<br/>Message = “OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.Runtime.InteropServices.COMException<br/>HResult = CLIPBRD_E_FIRST=CLIPBRD_E_CANT_OPEN=800401D0<br/>Source = mscorlib<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
     at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode, IntPtr errorInfo)
     at System.Windows.Clipboard.Flush()
     at System.Windows.Clipboard.CriticalSetDataObject(Object data, Boolean copy)
     at System.Windows.Clipboard.SetDataInternal(String format, Object data)
     at System.Windows.Clipboard.SetText(String text, TextDataFormat format)
     at System.Windows.Clipboard.SetText(String text)
     at JetBrains.UI.Controls.ColorPickerDialog.ColorFormatSelector.CopyCurrentClick(Object sender, RoutedEventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\ColorPickerDialog\ColorFormatSelector.xaml.cs:line 314
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
     at System.Windows.Controls.Primitives.ButtonBase.OnClick()
     at System.Windows.Controls.Button.OnClick()
     at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
     at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
     at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cs<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.Application.Env.Components.ReportUnhandledExceptions.&lt;.ctor&gt;b__6(Object sender, DispatcherUnhandledExceptionEventArgs args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Application\Environment\Components\ReportUnhandledExceptions.cs:line 39
     at System.Windows.Threading.Dispatcher.CatchException(Exception e)
     at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
     at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp; msg)
     at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
     at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
     at System.Windows.Window.ShowHelper(Object booleanBox)
     at System.Windows.Window.Show()
     at System.Windows.Window.ShowDialog()
     at JetBrains.ReSharper.Intentions.QuickFixes.ColorPickerQuickFix.ShowColorPickerDialog(IColorReference reference) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\QuickFixes\ColorPickerQuickFix.cs:line 41
     at JetBrains.ReSharper.Intentions.QuickFixes.ColorPickerQuickFix.&lt;ExecutePsiTransaction&gt;b__3(ITextControl _) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\QuickFixes\ColorPickerQuickFix.cs:line 51
     at JetBrains.ReSharper.Feature.Services.Bulbs.BulbItemImpl.&lt;&gt;c__DisplayClass6.&lt;Execute&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\_Core\src\Bulbs\BulbItemImpl.cs:line 72
     at JetBrains.DocumentModel.DocumentSettings.ExecuteWithOpenDocumentAfterModification(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\DocumentSettings.cs:line 48
     at JetBrains.ReSharper.Feature.Services.Bulbs.BulbItemImpl.Execute(ISolution solution, ITextControl textControl) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Daemon\_Core\src\Bulbs\BulbItemImpl.cs:line 39
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.&lt;&gt;c__DisplayClass1.&lt;Clicked&gt;b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbMenuItemBase.cs:line 86
     at JetBrains.DocumentModel.DocumentSettings.ExecuteWithOpenDocumentAfterModification(Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Documents\src\DocumentSettings.cs:line 48
     at JetBrains.ReSharper.Intentions.Bulbs.BulbMenuItem.Clicked(BulbContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbMenuItemBase.cs:line 85
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.OnMenuItemClicked(Object key) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 183
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;&gt;c__DisplayClass18.&lt;Run&gt;b__15(Object o) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 458
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass19.&lt;&gt;c__DisplayClass1d.&lt;ShowCore&gt;b__13(JetPopupMenuItem item) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 458
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuDoc.ExecuteSelectedItem() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuDoc.cs:line 281
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.OnMouseUp(MouseEventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuMainpartView.cs:line 1421
     at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)
     at System.Windows.Forms.Control.WndProc(Message&amp; m)
     at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
     at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.WndProc(Message&amp; m) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\Impl\JetPopupMenuMainpartView.cs:line 1516
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
     at JetBrains.Threading.JetDispatcher.InternalPumpMessagesOnce() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 524
     at JetBrains.Threading.JetDispatcher.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 345
     at JetBrains.UI.PopupMenu.JetPopupMenu.&lt;&gt;c__DisplayClass23.&lt;ShowModal&gt;b__21(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 560
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 116
     at JetBrains.UI.PopupMenu.JetPopupMenu.ShowModal(ShowWhen when, LifetimeDefinition lifetimeDefitionOptional) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\Controls\JetPopupMenu\JetPopupMenu.cs:line 562
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.&lt;Run&gt;b__14(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 483
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicator.Run() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicator.cs:line 441
     at JetBrains.ReSharper.Intentions.Bulbs.IndicatorsManager.&lt;&gt;c__DisplayClass4.&lt;ShowIndicator&gt;b__1() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\IndicatorsManager.cs:line 77
     at JetBrains.DataFlow.ISignalEx.&lt;&gt;c__DisplayClass1`1.&lt;Advise&gt;b__0(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.SimpleSignal.Fire() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SimpleSignal.cs:line 66
     at JetBrains.ReSharper.Intentions.Bulbs.BulbManagerImpl.DoAltEnterStuff() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbManagerImpl.cs:line 178
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.&lt;ExecutePendingActions&gt;b__8(QueuedAction action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:22:29 UT</pubDate>
</item>
<item>
<title>RSRP-302994: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302994</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 16, 2012 11:13:17 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:17:59 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 11:17:59 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Kirill Skrygan (kirillskrygan)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.42.29, Built=2012-05-14T02:12:36, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.Platform.ReSharper.VisualStudio.Core<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ProjectModel.VsSdkReferencesUtil.GetDefaultProperty(VsHierarchyItem referenceVsHitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSdkReferencesUtil.cs:line 46
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.GetProjectItemByHierarchyItemCore(VsHierarchyItem hitem, Boolean lookInReferences, OnError onerror) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 384
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.TryGetProjectItemByHierarchyItem(VsHierarchyItem hitem, Boolean lookInReferences) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 307
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass26.&lt;GetProjectModelElementsCore&gt;b__25(VsHierarchyItem hitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 171
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at JetBrains.Util.CollectionUtil.&lt;WhereNotNullCore&gt;d__74`1.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1953
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElementsCore(ISolution solution, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 171
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 138
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 151
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass1b.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 62
     at JetBrains.Application.DataContext.AmbientSelectionMainThreadDataRule`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(IDataContext dc) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 297
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupFilesCollector..ctor(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Altering\src\CodeCleanup\CodeCleanupFilesCollector.cs:line 44
     at JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.JetBrains.ActionManagement.IActionHandler.Update(IDataContext dataContext, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Altering\src\CodeCleanup\CodeCleanupAction.cs:line 30
     at JetBrains.ActionManagement.NextActionHandler.CallUpdate() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\ActionHandler.cs:line 37
     at JetBrains.VsIntegration.ActionManagement.ConflictingShortcutActionHandler.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\ConflictingShortcutActionHandler.cs:line 77
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsContextMenu.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
     at System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
     at Microsoft.VisualStudio.PlatformUI.MainWindow.CreateNewContextMenuForCache(UInt64 id)
     at Microsoft.VisualStudio.PlatformUI.SimpleCache`2.GetItem(TKey key)
     at Microsoft.VisualStudio.PlatformUI.MainWindow.CreateContextMenu()
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()
     at Microsoft.VisualStudio.Shell.Interop.IVsUIShell.ShowContextMenu(UInt32 dwCompRole, Guid&amp; rclsidActive, Int32 nMenuId, POINTS[] pos, IOleCommandTarget pCmdTrgtActive)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ShowContextMenu(Int32 menuID, Guid groupGuid, POINTS points)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.DisplayContextMenu(IList`1 selectedNodes, IntPtr pointerToVariant)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommand(UInt32 itemId, Guid&amp; guidCmdGroup, UInt32 nCmdId, UInt32 nCmdExecOpt, IntPtr pvain, IntPtr p)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand(UInt32 itemid, Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.&lt;&gt;c__DisplayClass22.&lt;ExecHierParentChain&gt;b__1f()
     at Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(Func`1 method)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.ExecHierParentChain(IVsHierarchyItemManager manager, IVsUIHierarchy lpUIHCmd, IVsUIHierarchy lpUIHCurrent, UInt32 itemidCurrent, Guid&amp; pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyItem.HierarchyContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location, Func`2 getController)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.PivotTreeView.OnContextMenuOpening(ContextMenuEventArgs e)
     at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
     at System.Windows.Controls.ContextMenuEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
     at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
     at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:17:59 UT</pubDate>
</item>
<item>
<title>RSRP-299601: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-299601</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="Michael (mteper)" title="Michael (mteper)"/>
Michael (mteper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 4, 2012 6:39:54 AM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:17:58 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 15, 2012 11:14:05 AM</td>
</tr>
<tr>
<th>Priority</th>
<td>Show-stopper</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Fixed</td>
</tr>
<tr>
<th>Assignee</th>
<td>Kirill Skrygan (kirillskrygan)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>7.0.44.5</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.30.19, Built=2012-05-02T01:52:36, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.Platform.ReSharper.VisualStudio.Core<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ProjectModel.VsSdkReferencesUtil.GetDefaultProperty(VsHierarchyItem referenceVsHitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSdkReferencesUtil.cs:line 46
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.GetProjectItemByHierarchyItemCore(VsHierarchyItem hitem, Boolean lookInReferences, OnError onerror) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 365
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.TryGetProjectItemByHierarchyItem(VsHierarchyItem hitem, Boolean lookInReferences) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 304
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass26.&lt;GetProjectModelElementsCore&gt;b__25(VsHierarchyItem hitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 169
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at JetBrains.Util.CollectionUtil.&lt;WhereNotNullCore&gt;d__74`1.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1933
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElementsCore(ISolution solution, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 169
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 136
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.LastExtension = cs<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 149
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass1b.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 60
     at JetBrains.Application.DataContext.AmbientSelectionMainThreadDataRule`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(IDataContext dc) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 297
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.ProjectModelElementToPathDeclaredElement(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 57
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Psi.Services.PsiDataRules.DeclaredElementSingleOrNull(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Psi\Services\_Core\src\PsiDataRules.cs:line 69
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Refactorings.Util.Context.RefactoringDataConstants.GetDeclaredElementWithoutSelection(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Util\Context\RefactoringContextUtil.cs:line 37
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Refactorings.ChangeStaticness.ToStatic.MakeStaticWorkflow.IsAvailableEx(IDataContext context, ITypeElement&amp; typeElement, IOverridableMember&amp; member) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\ChangeStaticness\ToStatic\MakeStaticWorkflow.cs:line 96
     at JetBrains.ReSharper.Refactorings.ChangeStaticness.ToStatic.MakeStaticWorkflow.IsAvailable(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\ChangeStaticness\ToStatic\MakeStaticWorkflow.cs:line 89
     at JetBrains.ReSharper.Refactorings.Razor.MoveHelper.MoveHelperWorkflow.IsAvailable(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\Razor\src\MoveHelper\MoveHelperWorkflow.cs:line 70
     at JetBrains.ReSharper.Refactorings.Workflow.ExtensibleRefactoringAction`1.IsAvailable(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Workflow\ExtensibleRefactoringAction.cs:line 31
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.&lt;&gt;c__DisplayClass4.&lt;GetWorkflowListToExecute&gt;b__3(Pair`2 x) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 99
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.GetWorkflowListToExecute(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 95
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 40
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MainWindow.CreateContextMenu()
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()
     at Microsoft.VisualStudio.Shell.Interop.IVsUIShell.ShowContextMenu(UInt32 dwCompRole, Guid&amp; rclsidActive, Int32 nMenuId, POINTS[] pos, IOleCommandTarget pCmdTrgtActive)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ShowContextMenu(Int32 menuID, Guid groupGuid, POINTS points)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.DisplayContextMenu(IList`1 selectedNodes, IntPtr pointerToVariant)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommand(UInt32 itemId, Guid&amp; guidCmdGroup, UInt32 nCmdId, UInt32 nCmdExecOpt, IntPtr pvain, IntPtr p)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand(UInt32 itemid, Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.&lt;&gt;c__DisplayClass22.&lt;ExecHierParentChain&gt;b__1f()
     at Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(Func`1 method)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.ExecHierParentChain(IVsHierarchyItemManager manager, IVsUIHierarchy lpUIHCmd, IVsUIHierarchy lpUIHCurrent, UInt32 itemidCurrent, Guid&amp; pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyItem.HierarchyContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location, Func`2 getController)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.PivotTreeView.OnContextMenuOpening(ContextMenuEventArgs e)
     at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
     at System.Windows.Controls.ContextMenuEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
     at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
     at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:17:58 UT</pubDate>
</item>
<item>
<title>RSRP-302993: Object reference not set to an instance of an object.</title>
<link>http://youtrack.jetbrains.com/issue/RSRP-302993</link>
<description><![CDATA[
<table>
<tr>
<th>Reporter</th>
<td>
<img src="http://youtrack.jetbrains.com/_classpath/smartui/img/youPicture-h-18417e26.gif" width="56" height="59" alt="ReSharper anonymous (resharper)" title="ReSharper anonymous (resharper)"/>
ReSharper anonymous (resharper)
</td>
</tr>
<tr>
<th>Created</th>
<td>May 16, 2012 11:13:12 PM</td>
</tr>
<tr>
<th>Updated</th>
<td>May 16, 2012 11:17:47 PM</td>
</tr>
<tr>
<th>Resolved</th>
<td>May 16, 2012 11:17:47 PM</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal</td>
</tr>
<tr>
<th>Type</th>
<td>Exception</td>
</tr>
<tr>
<th>Fix versions</th>
<td>No Fix versions</td>
</tr>
<tr>
<th>State</th>
<td>Duplicate</td>
</tr>
<tr>
<th>Assignee</th>
<td>Kirill Skrygan (kirillskrygan)</td>
</tr>
<tr>
<th>Subsystem</th>
<td>No subsystem</td>
</tr>
<tr>
<th>Affected versions</th>
<td>No Affected versions</td>
</tr>
<tr>
<th>Fixed in build</th>
<td>No Fixed in build</td>
</tr>
</table>
<div class="wiki text">ReSharper 7 EAP Version=7.0.42.29, Built=2012-05-14T02:12:36, Configuration=“Csharp PublicMode Vbnet VS1100”<br/>Object reference not set to an instance of an object.<br/><br/>--- EXCEPTION #1/2 [NullReferenceException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root.InnerException<br/>ClassName = System.NullReferenceException<br/>HResult = COR_E_NULLREFERENCE=E_POINTER=80004003<br/>Source = JetBrains.Platform.ReSharper.VisualStudio.Core<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ProjectModel.VsSdkReferencesUtil.GetDefaultProperty(VsHierarchyItem referenceVsHitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSdkReferencesUtil.cs:line 46
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.GetProjectItemByHierarchyItemCore(VsHierarchyItem hitem, Boolean lookInReferences, OnError onerror) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 384
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.TryGetProjectItemByHierarchyItem(VsHierarchyItem hitem, Boolean lookInReferences) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 307
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass26.&lt;GetProjectModelElementsCore&gt;b__25(VsHierarchyItem hitem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 171
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at JetBrains.Util.CollectionUtil.&lt;WhereNotNullCore&gt;d__74`1.MoveNext() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1953
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElementsCore(ISolution solution, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 171
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 138
</pre></div>”<br/><br/>--- Outer &mdash;<br/><br/>--- EXCEPTION #2/2 [LoggerException]<br/>Message = “Object reference not set to an instance of an object.”<br/>ExceptionPath = Root<br/>ClassName = JetBrains.Util.LoggerException<br/>Data.PlatformSccRevision = CompiledWithoutBuildServer<br/>Data.ProductSccRevision = CompiledWithoutBuildServer<br/>Data.VsVersion = 11.0.50323.1<br/>InnerException = “Exception #1 at Root.InnerException”<br/>HResult = COR_E_APPLICATION=80131600<br/>StackTraceString = “<br/><div><pre class="wiki-exception">  at JetBrains.VsIntegration.ActionManagement.VsDataRules.GetProjectModelElements(IDataContext context, IVsMonitorSelection vsMonitorSelection, IVsSolution vsSolution, VSSolutionManager vsSolutionManager) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 151
     at JetBrains.VsIntegration.ActionManagement.VsDataRules.&lt;&gt;c__DisplayClass1b.&lt;.ctor&gt;b__0(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\DataRules.cs:line 62
     at JetBrains.Application.DataContext.AmbientSelectionMainThreadDataRule`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(IDataContext dc) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 297
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ProjectModel.DataContext.ProjectModelDataRules.ProjectElementsToProjectElementRule(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\DataContext\ProjectModelDataRules.cs:line 32
     at JetBrains.Application.DataContext.DataRule`1.JetBrains.Application.DataContext.IDataRule.Evaluate(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\IDataProvider.cs:line 158
     at JetBrains.Application.DataContext.DataContext.Evaluator.TryEvaluateDataRules(IDataConstant constant, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 383
     at JetBrains.Application.DataContext.DataContext.DoGetData(IDataConstant constant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 122
     at JetBrains.Application.DataContext.DataContext.JetBrains.Application.DataContext.IDataContext.GetData[T](DataConstant`1 dataConstant) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\DataContext\DataContext.cs:line 254
     at JetBrains.ReSharper.Refactorings.Workflow.RefactoringWorkflowUtil.GetTypeDeclaration(IDataContext context, Boolean&amp; invokedFromCode) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Workflow\RefactoringWorkflowUtil.cs:line 92
     at JetBrains.ReSharper.Refactorings.Move.MoveTypeDeclarationToFile.MoveToFileWorkflow.IsAvailableInternal(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Move\MoveTypeDeclarationToFile\MoveToFileWorkflow.cs:line 66
     at JetBrains.ReSharper.Refactorings.Move.MoveTypeDeclarationToFile.MoveToFileWorkflow.IsAvailable(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Move\MoveTypeDeclarationToFile\MoveToFileWorkflow.cs:line 60
     at JetBrains.ReSharper.Refactorings.Workflow.ExtensibleRefactoringAction`1.IsAvailable(IDataContext context, IRefactoringWorkflow refactoringWorkflow) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Refactorings\_Core\src\Workflow\ExtensibleRefactoringAction.cs:line 31
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.&lt;&gt;c__DisplayClass4.&lt;GetWorkflowListToExecute&gt;b__3(Pair`2 x) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 103
     at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
     at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
     at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.GetWorkflowListToExecute(IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 99
     at JetBrains.ReSharper.Feature.Services.ActionsMenu.ExtensibleAction`3.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\Navigation\src\ActionsMenu\ExtensibleAction.cs:line 44
     at JetBrains.ActionManagement.NextActionHandler.CallUpdate() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\ActionHandler.cs:line 37
     at JetBrains.VsIntegration.ActionManagement.ConflictingShortcutActionHandler.Update(IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\ConflictingShortcutActionHandler.cs:line 77
     at JetBrains.ActionManagement.UpdatableAction.Update(IDataContext context) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\Action\UpdatableAction.cs:line 88
     at JetBrains.ActionManagement.ActionManager.&lt;&gt;c__DisplayClass9.&lt;UpdateAction&gt;b__8(Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.ActionManagement.ActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 200
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.UpdateAction(IUpdatableAction action, IDataContext dataContext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1363
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus_Product(String actionid, OLECMDTEXT* pOleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 987
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;&gt;c__DisplayClass28.&lt;OleCommandTargetQueryStatus&gt;b__27() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 417
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetQueryStatus(Guid guidCmdSet, OLECMD[] olecmds, OLECMDTEXT* pOleText, VsCommandHandlerStage stage) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 402
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.&lt;Init&gt;b__5a(Guid&amp; ref, UInt32 cmds, OLECMD[] cmd, OLECMDTEXT* text) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1422
     at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(Guid&amp; guidGroup, UInt32 nCmdId, OLECMD[] oleCmd, IntPtr oleText) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 254
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object&amp; pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsContextMenu.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
     at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
     at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
     at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
     at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
     at System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
     at Microsoft.VisualStudio.PlatformUI.MainWindow.CreateNewContextMenuForCache(UInt64 id)
     at Microsoft.VisualStudio.PlatformUI.SimpleCache`2.GetItem(TKey key)
     at Microsoft.VisualStudio.PlatformUI.MainWindow.CreateContextMenu()
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()
     at Microsoft.VisualStudio.Shell.Interop.IVsUIShell.ShowContextMenu(UInt32 dwCompRole, Guid&amp; rclsidActive, Int32 nMenuId, POINTS[] pos, IOleCommandTarget pCmdTrgtActive)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ShowContextMenu(Int32 menuID, Guid groupGuid, POINTS points)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.DisplayContextMenu(IList`1 selectedNodes, IntPtr pointerToVariant)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.ExecCommandThatDependsOnSelectedNodes(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin, IList`1 selectedNodes, Boolean&amp; handled)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.DatabaseProjectNode.InternalExecCommand(Guid guidCmdGroup, UInt32 cmdId, UInt32 cmdExecOpt, IntPtr vaIn, IntPtr vaOut, CommandOrigin commandOrigin)
     at Microsoft.VisualStudio.Data.Tools.Package.Project.Internal.HierarchyNode.ExecCommand(UInt32 itemId, Guid&amp; guidCmdGroup, UInt32 nCmdId, UInt32 nCmdExecOpt, IntPtr pvain, IntPtr p)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand(UInt32 itemid, Guid&amp; pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.&lt;&gt;c__DisplayClass22.&lt;ExecHierParentChain&gt;b__1f()
     at Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(Func`1 method)
     at Microsoft.VisualStudio.Labs.HierarchyUtilities.ExecHierParentChain(IVsHierarchyItemManager manager, IVsUIHierarchy lpUIHCmd, IVsUIHierarchy lpUIHCurrent, UInt32 itemidCurrent, Guid&amp; pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Labs.HierarchyItem.HierarchyContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location, Func`2 getController)
     at Microsoft.VisualStudio.Labs.ContextMenuController.ShowContextMenu(IEnumerable`1 items, Point location)
     at Microsoft.VisualStudio.Labs.PivotTreeView.OnContextMenuOpening(ContextMenuEventArgs e)
     at System.Windows.FrameworkElement.OnContextMenuOpeningThunk(Object sender, ContextMenuEventArgs e)
     at System.Windows.Controls.ContextMenuEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.ContentElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Controls.PopupControlService.RaiseContextMenuOpeningEvent(IInputElement source, Double x, Double y, Boolean userInitiated)
     at System.Windows.Controls.PopupControlService.ProcessMouseUp(Object sender, MouseButtonEventArgs e)
     at System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp; handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
</pre></div>”</div>

]]></description>
<pubDate>Wed, 16 May 2012 19:17:47 UT</pubDate>
</item>
</channel>
</rss>

