Решение:
Надо приводить к массиву:
if (HttpContext.Current.Cache[key] != null && false) { OperInfo[] newArray = (OperInfo[])HttpContext.Current.Cache[key]; users = new List<OperInfo>(newArray); }
Решение:
Надо приводить к массиву:
if (HttpContext.Current.Cache[key] != null && false) { OperInfo[] newArray = (OperInfo[])HttpContext.Current.Cache[key]; users = new List<OperInfo>(newArray); }