Добрый день! При попытке опроса через универсальный пульт появляется следующее сообщение об ошибке
Сообщение:
Ошибка опроса
Описание действий пользователя:
Исключение:
- [System.Linq] System.ArgumentNullException: Value cannot be null. (Parameter ‘source’)
Стек вызовов:
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at PollerCore.PollSession.CreateTimeIntervals(PollTimeIntervals timeInterval)
at PollerCore.PollSession.InitializePoll()
at PollerCore.PollSession.Initialize()
at PollerCore.PollManager.ProcessPollSession(CancellationToken cancelToken)
at PollerCore.PollManager.Start()