"Error" Code in Messages?
Posted: Tue Apr 28, 2020 6:23 am
Hi all -
Hoping someone here might be able to shed some light on this. I started receiving the following "errors" in the messages window in one of my projects yesterday and was hoping someone could give me an idea a what it means:
Thanks,
Eric
Hoping someone here might be able to shed some light on this. I started receiving the following "errors" in the messages window in one of my projects yesterday and was hoping someone could give me an idea a what it means:
Background:System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass249_0.<GetItem>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.SourceControlProvider.StartWatch(IUrl url, Boolean refreshing)
at B3.SourceSafeKit.SourceControlProvider.RefreshWatch(IUrl url, UpdateLocalVersionAction action)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass252_0.<RefreshWatch>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.GitProvider.<UpdateRepositoryStatus>b__241_0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass210_0.<RunLocal>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at B3.AppKit.CustomBackgroundWorker.OnDoWork(DoWorkEventArgs e)
Background:System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass249_0.<GetItem>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.SourceControlProvider.StartWatch(IUrl url, Boolean refreshing)
at B3.SourceSafeKit.SourceControlProvider.RefreshWatch(IUrl url, UpdateLocalVersionAction action)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass252_0.<RefreshWatch>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.GitProvider.<UpdateRepositoryStatus>b__241_0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass210_0.<RunLocal>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at B3.AppKit.CustomBackgroundWorker.OnDoWork(DoWorkEventArgs e)
Background:System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass249_0.<GetItem>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.SourceControlProvider.StartWatch(IUrl url, Boolean refreshing)
at B3.SourceSafeKit.SourceControlProvider.RefreshWatch(IUrl url, UpdateLocalVersionAction action)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass252_0.<RefreshWatch>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at B3.SourceSafeKit.GitProvider.<UpdateRepositoryStatus>b__241_0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass210_0.<RunLocal>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at B3.AppKit.CustomBackgroundWorker.OnDoWork(DoWorkEventArgs e)
Thanks,
Eric