fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
820 stars 220 forks source link

System.InvalidOperationException: #3178

Open SlavaRa opened 3 years ago

SlavaRa commented 3 years ago
System.InvalidOperationException
  HResult=0x80131509
  Message=Коллекция была изменена; невозможно выполнить операцию перечисления.
  Source=mscorlib
  StackTrace:
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Collections.Generic.List`1.Enumerator.MoveNext()
   at AS2Context.Context.GetModel(String package, String cname, String inPackage) in D:\work\flashdevelop\External\Plugins\AS2Context\Context.cs:line 663
   at HaXeContext.Context.ResolveType(String cname, FileModel inFile) in D:\work\flashdevelop\External\Plugins\HaXeContext\Context.cs:line 1267
   at ASCompletion.Model.ClassModel.ResolveExtendedType(IList`1 extensionList) in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\ClassModel.cs:line 141
   at ASCompletion.Model.ClassModel.ResolveExtends() in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\ClassModel.cs:line 107
   at HaXeContext.Context.GetCodeModel(FileModel result, String src, Boolean scriptMode) in D:\work\flashdevelop\External\Plugins\HaXeContext\Context.cs:line 877
   at ASCompletion.Context.ASContext.GetCodeModel(FileModel result, String src) in D:\work\flashdevelop\External\Plugins\ASCompletion\Context\ASContext.cs:line 866
   at ASCompletion.Context.ASContext.GetFileModel(String fileName) in D:\work\flashdevelop\External\Plugins\ASCompletion\Context\ASContext.cs:line 814
   at ASCompletion.Model.PathExplorer.GetFileModel(String filename) in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\PathExplorer.cs:line 338
   at ASCompletion.Model.PathExplorer.ParseFoundFiles() in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\PathExplorer.cs:line 307
   at ASCompletion.Model.PathExplorer.BackgroundRun() in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\PathExplorer.cs:line 228
   at ASCompletion.Model.PathExplorer.ExploreInBackground() in D:\work\flashdevelop\External\Plugins\ASCompletion\Model\PathExplorer.cs:line 168
   at System.Threading.ThreadHelper.ThreadStart_Context(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.Threading.ThreadHelper.ThreadStart()