J
Janni
I'm developing a VSTO (second edition) addin for Outlook. One of my
customers gets the following error:
"System.InvalidCastException: Specified cast is not valid.
at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal
(Int32 errorCode, IntPtr errorInfo)
at
System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator
()
at System.Collections.IEnumerable.GetEnumerator() "
when looping through the items in the calendar folder.
Dim oFolder As MsOutlook.MAPIFolder = oSession.GetDefaultFolder
(Outlook.OlDefaultFolders.olFolderCalendar)
Dim oItems As MsOutlook.Items = m_oFolder.Items
For Each oItem As Object In oItems
....
Next
Anyone who has any clue about the cause of this error?
customers gets the following error:
"System.InvalidCastException: Specified cast is not valid.
at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal
(Int32 errorCode, IntPtr errorInfo)
at
System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator
()
at System.Collections.IEnumerable.GetEnumerator() "
when looping through the items in the calendar folder.
Dim oFolder As MsOutlook.MAPIFolder = oSession.GetDefaultFolder
(Outlook.OlDefaultFolders.olFolderCalendar)
Dim oItems As MsOutlook.Items = m_oFolder.Items
For Each oItem As Object In oItems
....
Next
Anyone who has any clue about the cause of this error?