Reporter | Victor Kropp (victor.kropp) |
---|---|
Created | Jan 4, 2012 8:14:17 PM |
Updated | Jan 4, 2012 8:29:09 PM |
Resolved | Jan 4, 2012 8:29:04 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Duplicate |
Assignee | Serge Baltic (baltic) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 EAP Version=6.5.0.0, Built=2012-01-03T11:41:53, Configuration=“Csharp InternalMode Vbnet VS1000”
Sequence contains more than one element
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Sequence contains more than one element”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.Type = JetBrains.ReSharper.SolutionBuilder.ISolutionBuilder
Data.Descriptor.#0 = “TypeComponent { MsbuildSolutionBuilder, State: Null }”
Data.Descriptor.#1 = “TypeComponent { VsSolutionBuilder, State: Null }”
Data.Descriptor.#2 = “TypeComponent { SolutionBuilder, State: Null }”
HResult = COR_E_INVALIDOPERATION=80131509
Source = System.Core
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Sequence contains more than one element”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Sequence contains more than one element
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Sequence contains more than one element”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.Type = JetBrains.ReSharper.SolutionBuilder.ISolutionBuilder
Data.Descriptor.#0 = “TypeComponent { MsbuildSolutionBuilder, State: Null }”
Data.Descriptor.#1 = “TypeComponent { VsSolutionBuilder, State: Null }”
Data.Descriptor.#2 = “TypeComponent { SolutionBuilder, State: Null }”
HResult = COR_E_INVALIDOPERATION=80131509
Source = System.Core
StackTraceString = “
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at JetBrains.Application.Components.ComponentInterfaceMapEntry.SingleOrDefault() in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\Implementation\ComponentInterfaceMapEntry.cs:line 42 at JetBrains.Application.Components.ComponentContainer.TryGetComponentDescriptor(Type type, IComponentDescriptor dependee) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 95
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Sequence contains more than one element”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
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.Util.Logger.LogException(Exception ex) in c:\kropp\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 612 at JetBrains.Application.Components.ComponentContainer.LogException(Exception e, Type type, IEnumerable`1 descriptors) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 120 at JetBrains.Application.Components.ComponentContainer.TryGetComponentDescriptor(Type type, IComponentDescriptor dependee) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 106 at JetBrains.Application.Components.ComponentContainer.ResolveImpl(Type type, IComponentDescriptor dependee) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 32 at JetBrains.Application.Components.ComponentContainer.Resolve(Type type, IComponentDescriptor dependee) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 82 at JetBrains.Application.Components.TypeComponentDescriptor.Resolve() in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 116 at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 106 at JetBrains.Application.Components.ComponentContainer.Compose() in c:\kropp\ReSharper\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 144 at JetBrains.ProjectModel.Impl.SolutionInstanceBase.Open() in c:\kropp\ReSharper\Platform\src\ProjectModel\src\impl\SolutionInstanceBase.cs:line 118 at JetBrains.ProjectModel.Impl.SolutionManagerBase.OpenSolutionInstance(SolutionInstanceBase solutionInstance) in c:\kropp\ReSharper\Platform\src\ProjectModel\src\impl\SolutionManagerBase.cs:line 85 at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean afterOpenSolution) in c:\kropp\ReSharper\Platform\src\VSIntegration\src\ProjectModel\VSSolutionManager.cs:line 261 at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.JetBrains.Application.Env.Components.IComponentStartupShutdown.OnAfterStartup() in c:\kropp\ReSharper\Platform\src\VSIntegration\src\ProjectModel\VSSolutionManager.cs:line 654 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2c.<>c__DisplayClass2f.<Tmp_NotifyIComponentStartupShutdown>b__28() in c:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 205 at JetBrains.Util.Logger.Catch(Action action) in c:\kropp\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 245 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2c.<Tmp_NotifyIComponentStartupShutdown>b__27(IComponentStartupShutdown css) in c:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 205 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action) in c:\kropp\ReSharper\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1544 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass2c.<Tmp_NotifyIComponentStartupShutdown>b__26() in c:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 205 at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 203 at JetBrains.Application.Env.RunsProducts.Tmp_NotifyIComponentStartupShutdown(Lifetime lifetimeProduct, ComponentContainer containerProduct) in c:\kropp\ReSharper\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:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 192 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product) in c:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 133 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<>c__DisplayClass20.<ForEachItemCore>b__10() in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210 at JetBrains.Util.Logger.Catch(Action action) in c:\kropp\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 245 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<ForEachItemCore>b__f(AddRemoveEventArgs`1 args) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 210 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 273 at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 371 at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 524 at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 264 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass9.<>c__DisplayClassb.<Init_CollectProductsAllowedToRun>b__5(Lifetime lifeIsAllowed) in c:\kropp\ReSharper\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 72 at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40 at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 113 at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 56 at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 40 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass37.<WhenTrue>b__36(PropertyChangedEventArgs`1 args) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 414 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 281 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 560 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass16`2.<FlowInto>b__15(PropertyChangedEventArgs`1 args) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 281 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 560 at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\kropp\ReSharper\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:\kropp\ReSharper\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 146 at JetBrains.Application.ComposeBooleansWithPriority.<>c__DisplayClassd.<UpdateActiveTellers>b__b() in c:\kropp\ReSharper\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 121 at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass1f`1.<Advise_NoAcknowledgement>b__1e(PropertyChangedEventArgs`1 args) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\IPropertySignalEx.cs:line 235 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 281 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 560 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass16`2.<FlowInto>b__15(PropertyChangedEventArgs`1 args) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 281 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 560 at JetBrains.Application.DataFlowEx.<>c__DisplayClass23`1.<FlowIntoGuarded_NoReplay>b__22() in c:\kropp\ReSharper\Platform\src\Shell\src\DataFlowEx.cs:line 211 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\kropp\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 267 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\kropp\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304 at JetBrains.Application.DataFlowEx.<>c__DisplayClass23`1.<FlowIntoGuarded_NoReplay>b__21() in c:\kropp\ReSharper\Platform\src\Shell\src\DataFlowEx.cs:line 211 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 23 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 364 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 281 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\kropp\ReSharper\Platform\src\Util\src\DataFlow\Property!1.cs:line 560 at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.<>c__DisplayClass4.<.ctor>b__0() in c:\kropp\ReSharper\Platform\src\VSIntegration\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 58 at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.<>c__DisplayClass4.<.ctor>b__2(VSSPROPID vsspropid, Object o) in c:\kropp\ReSharper\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:\kropp\ReSharper\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsShell.cs:line 122