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

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

$
0
0
Reporter Serge Baltic (baltic) Serge Baltic (baltic)
Created Apr 10, 2012 11:54:09 PM
Updated Apr 10, 2012 11:54:09 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.0 Version=7.0.0.0, Built=2012-04-09T14:21:41, Configuration=“Csharp InternalMode Vbnet VS1000”
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.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
Data.Container = “'PsiLanguageType:XAML' (JetBrains.Application.Components.CatalogueComponentContainer)”
Data.Action = JetBrains.ReSharper.Intentions.CSharp.QuickFixes.ChangeTypeInAssignmentFix
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.ComponentModel
StackTraceString = “
  at JetBrains.Application.Components.ComponentContainerEx.GetComponent[TInterface](IComponentContainer container) in w:\ReShuX2\Platform\src\ComponentModel\src\Components\ComponentContainerEx.cs:line 29
     at JetBrains.Application.Extensibility.SplittedComponentContainer`2.GetService[T](TDefinition definition) in w:\ReShuX2\Platform\src\ComponentModel\src\Extensibility\SplittedComponentContainer.cs:line 95
     at JetBrains.ReSharper.Psi.LanguageManager.JetBrains.ReSharper.Psi.ILanguageManager.GetService[T](PsiLanguageType )
     at JetBrains.ReSharper.Feature.Services.Intentions.Impl.LanguageSpecific.IntentionLanguageSpecific.Get(PsiLanguageType languageType) in w:\ReShuX2\Psi.Features\src\Services\_Core\src\Intentions\Impl\LanguageSpecific\IntentionLanguageSpecific.cs:line 17
     at JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.<>c__DisplayClass1.<CanCreateTypeUsage>b__0(IDeclaration ctx) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:line 93
     at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
     at JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.CanCreateTypeUsage(IType type, IDeclaredElement declaredElement) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:line 91
     at JetBrains.ReSharper.Intentions.Util.ChangeTypeUtil.IsAvailable(IType targetType, IDeclaredElement declaredElement) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Util\ChangeTypeUtil.cs:line 17
     at JetBrains.ReSharper.Intentions.QuickFixes.ChangeTypeFixItem.<CreateItems>b__0(Pair`2 _) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\QuickFixes\ChangeTypeFixItem.cs:line 55
     at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
     at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
     at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Intentions.QuickFixes.ChangeTypeFixItem.CreateItems(IEnumerable`1 source, PsiLanguageType executionContextLanguage) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\QuickFixes\ChangeTypeFixItem.cs:line 54
     at JetBrains.ReSharper.Intentions.QuickFixes.ChangeTypeFixItem.CreateItems(IClrDeclaredElement lvalue, IType lvalueType, IClrDeclaredElement rvalue, IType rvalueType, PsiLanguageType executionContextLanguage) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\QuickFixes\ChangeTypeFixItem.cs:line 48
     at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.ChangeTypeItemsCreator.FromAssigment(IAssignmentExpression assignmentExpression) in w:\ReShuX2\Psi.Features\src\Intentions\CSharp\src\QuickFixes\ChangeType\ChangeTypeItemsCreator.cs:line 169
     at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.ChangeTypeInAssignmentFix.<>c__DisplayClass2.<.ctor>b__0() in w:\ReShuX2\Psi.Features\src\Intentions\CSharp\src\QuickFixes\ChangeType\ChangeTypeInAssignmentFix.cs:line 10
     at JetBrains.Util.Lazy.Lazy.JetLazy`1.get_Value() in w:\ReShuX2\Platform\src\Util\src\System\Lazy.cs:line 55
     at JetBrains.ReSharper.Intentions.QuickFixes.QuickFix.IsAvailable(IUserDataHolder cache) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\QuickFixes\QuickFix.cs:line 25
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.IsActionAvailable(IBulbAction action, BulbCache cacheData) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 230


--- 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 #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.IsActionAvailable(IBulbAction action, BulbCache cacheData) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 241
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BuildAvailableQuickFixes(BulbCache cacheData, VisibleActions result) in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 211
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.<>c__DisplayClass7.<BuildAvailableActionsList>b__2() in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 117
     at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BackgroundContextActionBuilder.Work() in w:\ReShuX2\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbItemsBuilder.cs:line 377
     at JetBrains.Application.InterruptableReadActivity.DoWork() in w:\ReShuX2\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 208
     at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in w:\ReShuX2\Platform\src\Shell\src\Threading\InterruptableReadActivity.cs:line 93
     at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in w:\ReShuX2\Platform\src\Util\src\Threading\ThreadManager.cs:line 152
     at JetBrains.Util.Logger.Catch(Action action) in w:\ReShuX2\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in w:\ReShuX2\Platform\src\Util\src\Threading\ThreadManager.cs:line 116
     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()

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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