Git Product home page Git Product logo

Comments (4)

mgr32 avatar mgr32 commented on August 23, 2024

An unhandled exception occurred in PsISEProjectExplorer:
System.ArgumentOutOfRangeException: Insertion index was out of range. Must be non-negative and less than or equal to size.
Parameter name: index
at System.Collections.ArrayList.Insert(Int32 index, Object value)
at System.Windows.Data.ListCollectionView.AdjustShadowCopy(NotifyCollectionChangedEventArgs e)
at System.Windows.Data.ListCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
at System.Windows.Data.CollectionView.ProcessChangeLog(ArrayList changeLog, Boolean processAll)
at System.Windows.Data.CollectionView.ProcessInvoke(Object arg)
at MS.Internal.Data.DataBindEngine.ProcessCrossThreadRequests()
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)

from psiseprojectexplorer.

mgr32 avatar mgr32 commented on August 23, 2024

First one should be fixed in v1.2.3.
Second one is probably due to http://blog.quantumbitdesigns.com/2008/07/22/wpf-cross-thread-collection-binding-part-1/ and needs fixing.

from psiseprojectexplorer.

mgr32 avatar mgr32 commented on August 23, 2024

ERROR|PsISEProjectExplorer.ProjectExplorerWindow.DispatcherUnhandledExceptionHandler|Unhandled Dispatcher exception System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at PsISEProjectExplorer.UI.ViewModel.TreeViewModel.DeleteTreeViewEntryItemModel(TreeViewEntryItemModel item, Boolean first)
at PsISEProjectExplorer.UI.ViewModel.TreeViewModel.RefreshFromIntermediateNode(INode node, TreeViewEntryItemModel treeViewEntryItem, Boolean expandAllNodes)
at PsISEProjectExplorer.UI.ViewModel.MainViewModel.<>c__DisplayClass10.b__d()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at PsISEProjectExplorer.UI.ViewModel.MainViewModel.OnSearchingFinished(Object sender, SearcherResult result)
at PsISEProjectExplorer.UI.ViewModel.IndexingSearchingModel.BackgroundSearcherWorkCompleted(Object sender, RunWorkerCompletedEventArgs e)
at PsISEProjectExplorer.UI.ViewModel.IndexingSearchingModel.RunSearch(BackgroundSearcherParams searcherParams)
at PsISEProjectExplorer.UI.ViewModel.MainViewModel.RunSearch(String path)
at PsISEProjectExplorer.Services.DocumentHierarchyFactory.d__4.MoveNext()
at PsISEProjectExplorer.Services.DocumentHierarchyFactory.UpdateDocumentHierarchy(IEnumerable`1 pathsToUpdate, FilesPatternProvider filesPatternProvider, BackgroundIndexer worker)
at PsISEProjectExplorer.UI.Workers.BackgroundIndexer.RunIndexing(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
--- End of inner exception stack trace ---
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at PsISEProjectExplorer.UI.ViewModel.IndexingSearchingModel.BackgroundIndexerWorkCompleted(Object sender, RunWorkerCompletedEventArgs e)
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)

from psiseprojectexplorer.

mgr32 avatar mgr32 commented on August 23, 2024

Closing - will reopen in a separate issue if it occurs again.

from psiseprojectexplorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.