Reporter | Sergey Shkredov (serjic.shkredov) |
---|---|
Created | Apr 28, 2012 3:52:23 PM |
Updated | Apr 28, 2012 3:52:54 PM |
Priority | Show-stopper |
Type | Exception |
Fix versions | 7.0 Preview |
State | Open |
Assignee | Serge Baltic (baltic) |
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.26.94, Built=2012-04-26T21:03:22, Configuration=“Csharp InternalMode Vbnet VS1100”
There were non-fatal failures in the Settings subsystem caused by actual settings data. There were 2 exceptions. 's' is an undeclared prefix. Line 5, position 3. The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.
--- EXCEPTION #1/7 [XmlException]
Message = “'s' is an undeclared prefix. Line 5, position 3.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0.InnerException
ClassName = System.Xml.XmlException
HResult = Xml=80131940
Source = System.Xml
res = Xml_UnknownNs
args.#0 = s
lineNumber = 5
linePosition = 3
version = 2.0
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/7 [LoggerException]
Message = “'s' is an undeclared prefix. Line 5, position 3.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException.InnerException.Exceptions.#0.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Next Branch —
--- EXCEPTION #3/7 [InvalidOperationException]
Message = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #4/7 [LoggerException]
Message = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #3 at Root.InnerException.InnerException.Exceptions.#1.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Outer —
--- EXCEPTION #5/7 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root.InnerException.InnerException
ExceptionsCount = 2
Messages.#0 = “'s' is an undeclared prefix. Line 5, position 3.”
Messages.#1 = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
Exceptions.#0 = “Exception #2 at Root.InnerException.InnerException.Exceptions.#0”
Exceptions.#1 = “Exception #4 at Root.InnerException.InnerException.Exceptions.#1”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #6/7 [InvalidOperationException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #5 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #7/7 [LoggerException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #6 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
There were non-fatal failures in the Settings subsystem caused by actual settings data. There were 2 exceptions. 's' is an undeclared prefix. Line 5, position 3. The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.
--- EXCEPTION #1/7 [XmlException]
Message = “'s' is an undeclared prefix. Line 5, position 3.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0.InnerException
ClassName = System.Xml.XmlException
HResult = Xml=80131940
Source = System.Xml
res = Xml_UnknownNs
args.#0 = s
lineNumber = 5
linePosition = 3
version = 2.0
StackTraceString = “
at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) at System.Xml.XmlTextReaderImpl.ElementNamespaceLookup() at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at JetBrains.Application.Settings.Storage.Persistence.EntriesReader.Step_GenericRead_SkipToElement()
--- Outer —
--- EXCEPTION #2/7 [LoggerException]
Message = “'s' is an undeclared prefix. Line 5, position 3.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException.InnerException.Exceptions.#0.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.EntriesReader.Step_GenericRead() at JetBrains.Application.Settings.Storage.Persistence.EntriesReader.Step() at JetBrains.Application.Settings.Storage.Persistence.EntriesReader.Run(XmlReader reader, EntryPositionsFlag entryPositionsFlag) at JetBrains.Application.Settings.Storage.Persistence.SettingsStorageXmlStreamSerialization.<>c__DisplayClass4.<>c__DisplayClass6.<JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageStreamSerialization.Load>b__3(XmlReader xmlreader) at JetBrains.Util.XmlReaderEx.ReadXml(Stream stream, XmlReaderSettings settings, Action`1 FRead) at JetBrains.Application.Settings.Storage.Persistence.SettingsStorageXmlStreamSerialization.<>c__DisplayClass4.<>c__DisplayClass6.<JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageStreamSerialization.Load>b__2(Stream stream) at JetBrains.Util.Special.GeneralUtil.WithNotNull[T](T item, Action`1 F) at JetBrains.Application.Settings.Storage.Persistence.SettingsStorageXmlStreamSerialization.<>c__DisplayClass4.<>c__DisplayClass6.<JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageStreamSerialization.Load>b__1(Stream streamOrNull) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Reload_ReadStream(FileSystemPath path, Action`1 F) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass1c.<Reload>b__1b(Action`1 F) at JetBrains.Application.Settings.Storage.Persistence.SettingsStorageXmlStreamSerialization.<>c__DisplayClass4.<JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageStreamSerialization.Load>b__0() at JetBrains.Application.Settings.Storage.SettingsStorageFlat.JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageEntriesSerialization.Load(SettingsStorageLoadFlag flag, Func`1 FReadEntries) at JetBrains.Application.Settings.Storage.Persistence.SettingsStorageXmlStreamSerialization.JetBrains.Application.Settings.Storage.Persistence.ISettingsStorageStreamSerialization.Load(SettingsStorageLoadFlag flag, Action`1 FWithStream, ILogger logger) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Reload(ReloadReason reason) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass2.<Init_FirstLoadLastSave>b__0() at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass28`1.<Advise_RaisingFront>b__27(PropertyChangedEventArgs`1 args) at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) at JetBrains.DataFlow.Property`1.PropertyChangeSignal.OnAfterAdvise(Action`1 handler) at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0() at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) at JetBrains.DataFlow.IPropertySignalEx.Advise_RaisingFront[TValue](ISignal`1 thіs, Lifetime lifetime, Action FHandler) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Init_FirstLoadLastSave(Lifetime lifetime, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile..ctor(Lifetime lifetime, ISettingsStorageStreamSerialization storage, IProperty`1 path, SavingEmptyContent whenNoContent, IFileSystemTracker filetracker, IThreading threading, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.Persistence.XmlFileSettingsStorage..ctor(Lifetime lifetime, String name, IProperty`1 path, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.FileSettingsStorageProviderBase..ctor(Lifetime lifetime, String name, IProperty`1 path, Boolean isWritable, Double priority, IIsAvailable isAvailable, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior, IEnumerable`1 metadata) at JetBrains.ProjectModel.Settings.Storages.SettingsStorageProviderBaseInChildContainer..ctor(Lifetime lifetime, String name, IProperty`1 path, Boolean isWritable, Double priority, IIsAvailable isAvailable, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior, SettingsStorageProvidersCollection expose, IEnumerable`1 metadata) at JetBrains.ProjectModel.Settings.Storages.SolutionSettingsStorageBase..ctor(Lifetime lifetime, ISolution solution, Boolean isPersonal, IThreading c1, IFileSystemTracker c2, SettingsStorageProvidersCollection expose, IShellLocks c3, FileSettingsStorageBehavior c4, IEnumerable`1 metadata, SolutionFileLocationLive c5) at JetBrains.ProjectModel.Settings.Storages.SolutionSettingsStorageShared..ctor(Lifetime lifetime, ISolution solution, IThreading c1, IFileSystemTracker c2, SettingsStorageProvidersCollection c3, IShellLocks c4, FileSettingsStorageBehavior c5, SolutionFileLocationLive c6) 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() at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) at JetBrains.Application.Components.ComponentContainer.Compose() at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolutionInstance(ISolutionLoadTasksScheduler scheduler) at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnBeforeBackgroundSolutionLoadBegins>b__4() at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnBeforeBackgroundSolutionLoadBegins() 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& argumentOut) at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut) at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut, Boolean moveToTop) at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut) at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut) at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object& 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& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& 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)
--- Next Branch —
--- EXCEPTION #3/7 [InvalidOperationException]
Message = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #4/7 [LoggerException]
Message = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #3 at Root.InnerException.InnerException.Exceptions.#1.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass2.<Init_FirstLoadLastSave>b__0() at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass28`1.<Advise_RaisingFront>b__27(PropertyChangedEventArgs`1 args) at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) at JetBrains.DataFlow.Property`1.PropertyChangeSignal.OnAfterAdvise(Action`1 handler) at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0() at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing) at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime) at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler) at JetBrains.DataFlow.IPropertySignalEx.Advise_RaisingFront[TValue](ISignal`1 thіs, Lifetime lifetime, Action FHandler) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Init_FirstLoadLastSave(Lifetime lifetime, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile..ctor(Lifetime lifetime, ISettingsStorageStreamSerialization storage, IProperty`1 path, SavingEmptyContent whenNoContent, IFileSystemTracker filetracker, IThreading threading, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.Persistence.XmlFileSettingsStorage..ctor(Lifetime lifetime, String name, IProperty`1 path, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior) at JetBrains.Application.Settings.Storage.FileSettingsStorageProviderBase..ctor(Lifetime lifetime, String name, IProperty`1 path, Boolean isWritable, Double priority, IIsAvailable isAvailable, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior, IEnumerable`1 metadata) at JetBrains.ProjectModel.Settings.Storages.SettingsStorageProviderBaseInChildContainer..ctor(Lifetime lifetime, String name, IProperty`1 path, Boolean isWritable, Double priority, IIsAvailable isAvailable, SavingEmptyContent whenNoContent, IThreading threading, IFileSystemTracker filetracker, FileSettingsStorageBehavior behavior, SettingsStorageProvidersCollection expose, IEnumerable`1 metadata) at JetBrains.ProjectModel.Settings.Storages.SolutionSettingsStorageBase..ctor(Lifetime lifetime, ISolution solution, Boolean isPersonal, IThreading c1, IFileSystemTracker c2, SettingsStorageProvidersCollection expose, IShellLocks c3, FileSettingsStorageBehavior c4, IEnumerable`1 metadata, SolutionFileLocationLive c5) at JetBrains.ProjectModel.Settings.Storages.SolutionSettingsStorageShared..ctor(Lifetime lifetime, ISolution solution, IThreading c1, IFileSystemTracker c2, SettingsStorageProvidersCollection c3, IShellLocks c4, FileSettingsStorageBehavior c5, SolutionFileLocationLive c6) 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() at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) at JetBrains.Application.Components.ComponentContainer.Compose() at JetBrains.ProjectModel.Impl.SolutionInstance.OpenSolutionInstance(ISolutionLoadTasksScheduler scheduler) at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnBeforeBackgroundSolutionLoadBegins>b__4() at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnBeforeBackgroundSolutionLoadBegins() 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& argumentOut) at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut) at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut, Boolean moveToTop) at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut) at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut) at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object& 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& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& 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)
--- Outer —
--- EXCEPTION #5/7 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root.InnerException.InnerException
ExceptionsCount = 2
Messages.#0 = “'s' is an undeclared prefix. Line 5, position 3.”
Messages.#1 = “The Settings Storage “Solution 'resharper' team-shared” was corrupted upon loading from XML Settings Storage file resharper.sln.DotSettings because there were 1 read errors.”
Exceptions.#0 = “Exception #2 at Root.InnerException.InnerException.Exceptions.#0”
Exceptions.#1 = “Exception #4 at Root.InnerException.InnerException.Exceptions.#1”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #6/7 [InvalidOperationException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #5 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #7/7 [LoggerException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #6 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.ComponentModel.LoggerComponent.JetBrains.Util.ILogger.LogException(Exception ex, ExceptionOrigin origin) at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass4.<.ctor>b__0() at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass6.<.ctor>b__1() at JetBrains.Threading.TimedActionsHost.TimedAction.Execute() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__4(QueuedAction action) at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() at JetBrains.Threading.JetDispatcher.Closure.Execute() at JetBrains.Threading.JetDispatcher.ProcessQueue() 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& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& 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)