Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-291072: Could not find the component IntentionLanguageSpecific in the chain of component containers.

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Mar 22, 2012 8:50:57 AM
Updated Mar 31, 2012 10:16:34 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.3.261, Built=2012-03-15T20:51:20, Configuration=“Csharp PublicMode Vbnet VS1100”
Could not find the component IntentionLanguageSpecific in the chain of component containers.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Could not find the component IntentionLanguageSpecific in the chain of component containers.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.InterfaceType = “JetBrains.ReSharper.Feature.Services.Intentions.Impl.LanguageSpecific.IntentionLanguageSpecific, JetBrains.ReSharper.Feature.Services, Version=7.0.3.261, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
Data.Container = “'PsiLanguageType:XAML' (JetBrains.Application.Components.CatalogueComponentContainer)”
Data.Action = JetBrains.ReSharper.Intentions.CSharp.QuickFixes.ChangeValueTypeInConditionFix
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.ComponentModel
StackTraceString = “
  在 JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container) 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\ComponentModel\src\Components\ComponentContainerEx.cs:行号 29
     在 JetBrains.Application.Extensibility.SplittedComponentContainer`2.GetService[T](TDefinition definition) 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\ComponentModel\src\Extensibility\SplittedComponentContainer.cs:行号 95
     在 JetBrains.ReSharper.Psi.LanguageManager.JetBrains.ReSharper.Psi.ILanguageManager.GetService[T](PsiLanguageType )
     在 JetBrains.ReSharper.Feature.Services.Intentions.Impl.LanguageSpecific.IntentionLanguageSpecific.Get(PsiLanguageType languageType) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Services\_Core\src\Intentions\Impl\LanguageSpecific\IntentionLanguageSpecific.cs:行号 17
     在 JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.<>c__DisplayClass1.<CanCreateTypeUsage>b__0(IDeclaration ctx) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:行号 93
     在 System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
     在 JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.CanCreateTypeUsage(IType type, IDeclaredElement declaredElement) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:行号 91
     在 JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.IsAvailable(IType targetType, IDeclaredElement declaredElement) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:行号 17
     在 JetBrains.ReSharper.Intentions.CSharp.QuickFixes.ChangeTypeFixBase.IsAvailable(IUserDataHolder cache) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\CSharp\src\QuickFixes\ChangeType\ChangeTypeFixBase.cs:行号 19
     在 JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.IsActionAvailable(IBulbAction action, BulbCache cacheData) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:行号 231


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Could not find the component IntentionLanguageSpecific in the chain of component containers.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  在 JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.IsActionAvailable(IBulbAction action, BulbCache cacheData) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:行号 242
     在 JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BuildAvailableQuickFixes(BulbCache cacheData, VisibleActions result) 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:行号 212
     在 JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.<>c__DisplayClass7.<BuildAvailableActionsList>b__2() 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:行号 117
     在 JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BackgroundContextActionBuilder.Work() 位置 c:\BuildAgent\work\1939c01d7b25093a\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:行号 378
     在 JetBrains.Application.InterruptableReadActivity.DoWork() 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:行号 209
     在 JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:行号 89
     在 JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:行号 152
     在 JetBrains.Util.Logger.Catch(Action action) 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:行号 243
     在 JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() 位置 c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:行号 116
     在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
     在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     在 System.Threading.ThreadHelper.ThreadStart()

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>