You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to enum a Shell32.IEnumObjects retrieved from Shell32.IApplicationDocumentLists.GetList() but got System.Reflection.TargetParameterCountException: Parameter count mismatch.
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Vanara.Collections.IEnumFromCom`1.ComEnumWrapper`1.ComInvoke(String meth, Object[] p)
at Vanara.Collections.IEnumFromCom`1.ComEnumWrapper`1.ComObjTryGetNext(UInt32 celt, TItem[] rgelt, UInt32& celtFetched)
at Vanara.Collections.IEnumFromCom`1.TryGet(TItem& item)
at Vanara.Collections.IEnumFromNext`1.Enumerator.System.Collections.IEnumerator.MoveNext()
at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
The text was updated successfully, but these errors were encountered:
I'm trying to enum a Shell32.IEnumObjects retrieved from Shell32.IApplicationDocumentLists.GetList() but got System.Reflection.TargetParameterCountException: Parameter count mismatch.
Vanara/PInvoke/Shared/Collections/IEnumFromCom.cs
Line 117 in 19922b2
The text was updated successfully, but these errors were encountered: