N
Nico De Greef
Hi,
I'm developing a C# application to read out Outlook calendar items in
Outlook 2003.
The calendar is stored in a Microsoft Exchange 2003 mailbox.
The application works perfectly when reading a few items.
After reading 100ths of calendar items Outlook and the reader application
become unstable raising several error messages when opening items.
At the same time exchange logs a 'too many sessions' error which seems to be
a self-protection action if a session starts to consume too many server
resources.
My guess is that the opened outlook calendar items are garbage collected too
late, causing the error, but even forced garbage collection does not solve
the problem.
This is becoming a time-critical issue since the deadline is approaching.
Best regards,
I'm developing a C# application to read out Outlook calendar items in
Outlook 2003.
The calendar is stored in a Microsoft Exchange 2003 mailbox.
The application works perfectly when reading a few items.
After reading 100ths of calendar items Outlook and the reader application
become unstable raising several error messages when opening items.
At the same time exchange logs a 'too many sessions' error which seems to be
a self-protection action if a session starts to consume too many server
resources.
My guess is that the opened outlook calendar items are garbage collected too
late, causing the error, but even forced garbage collection does not solve
the problem.
This is becoming a time-critical issue since the deadline is approaching.
Best regards,