A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 addin 'out of memory / system resources' issue oncertain machines



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 6th 08, 12:08 PM posted to microsoft.public.outlook.program_addins
Pete C[_2_]
external usenet poster
 
Posts: 3
Default Outlook 2007 addin 'out of memory / system resources' issue oncertain machines

Hi,

One of our clients is reporting that Outlook 2007 is sometimes
reporting the following error message for our add-in :

"The add-in "our addin name" (path) cannot be loaded and has been
disabled by Outlook. Please contact the add-in manufacturer for an
update. If no update is available, please uninstall the add-in. Out
of memory or system resources. Close some windows or programs and try
again."

This will happen seemingly randomly after Outlook has been running for
a while, and afterwards it will be unstable. Our addin has been
loaded so it's probably not a registration issue. Note our addin
usually works fine on Outlook 2007. The exact same issue has been
reported for some other addins, e.g. AVG and Symmantec :

https://forums.symantec.com/syment/b...essage.id=9754

http://www.avgforums.com/viewtopic.p...037a97c a3a4e

The only real suggestions are to run fixmapi or re-register the addin,
but there is no indication of whether that helped.

Has anyone else seen this issue or heard about it, or have any other
suggestions on what may fix it? Is this a bug in Outlook 2007?

Any help appreciated.
Cheers,
Pete.
  #2  
Old February 6th 08, 03:36 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook 2007 addin 'out of memory / system resources' issue on certain machines

Both of those links refer to ECE's, not COM addins. What is your code, an
ECE or a COM addin?

Does that client have ESM or other admin Exchange tools installed on the
same system as Outlook? That's not really supported and my be the root of
your problem.

The other question is have you opened a support case with MS on this
problem?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Pete C" wrote in message
...
Hi,

One of our clients is reporting that Outlook 2007 is sometimes
reporting the following error message for our add-in :

"The add-in "our addin name" (path) cannot be loaded and has been
disabled by Outlook. Please contact the add-in manufacturer for an
update. If no update is available, please uninstall the add-in. Out
of memory or system resources. Close some windows or programs and try
again."

This will happen seemingly randomly after Outlook has been running for
a while, and afterwards it will be unstable. Our addin has been
loaded so it's probably not a registration issue. Note our addin
usually works fine on Outlook 2007. The exact same issue has been
reported for some other addins, e.g. AVG and Symmantec :

https://forums.symantec.com/syment/b...essage.id=9754

http://www.avgforums.com/viewtopic.p...037a97c a3a4e

The only real suggestions are to run fixmapi or re-register the addin,
but there is no indication of whether that helped.

Has anyone else seen this issue or heard about it, or have any other
suggestions on what may fix it? Is this a bug in Outlook 2007?

Any help appreciated.
Cheers,
Pete.


  #3  
Old February 6th 08, 04:10 PM posted to microsoft.public.outlook.program_addins
Pete C[_2_]
external usenet poster
 
Posts: 3
Default Outlook 2007 addin 'out of memory / system resources' issue oncertain machines

Hi Ken,

Thanks for your reply. We actually have both a COM addin and an ECE,
implemented in the same DLL. I wasn't sure if the error message was
related to the COM or ECE part - do you think it is definitely the ECE
part that is causing the message to appear? The ECE is registered
using an ECF file. We actually have a second ECE in a different DLL
which is registered through the registry (because that is the only way
to get certain functionality) but I'm not aware of a message coming up
for that one.

I will find out whether they use ESM later today. If not then I will
look into opening a support case with MS.

Regards,
Pete.
  #4  
Old February 6th 08, 05:14 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook 2007 addin 'out of memory / system resources' issue on certain machines

I have no idea if that error is only related to ECE's, I don't write them.
The links you provided both referred to ECE's however. Dmitry might know, he
writes ECE's.

I do know that I've never seen that error for my own addins (COM addins)
written either in managed or unmanaged code, and I've had no reports of that
problem for any my COM addins.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Pete C" wrote in message
...
Hi Ken,

Thanks for your reply. We actually have both a COM addin and an ECE,
implemented in the same DLL. I wasn't sure if the error message was
related to the COM or ECE part - do you think it is definitely the ECE
part that is causing the message to appear? The ECE is registered
using an ECF file. We actually have a second ECE in a different DLL
which is registered through the registry (because that is the only way
to get certain functionality) but I'm not aware of a message coming up
for that one.

I will find out whether they use ESM later today. If not then I will
look into opening a support case with MS.

Regards,
Pete.


  #5  
Old February 7th 08, 08:14 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook 2007 addin 'out of memory / system resources' issue on certain machines

Does that happen in the cached or online mode? Does that happen when you
select many (hundreds) of messages?
What do your COM and ECE do? Especially h regards to the selected messages?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Pete C" wrote in message
...
Hi Ken,

Thanks for your reply. We actually have both a COM addin and an ECE,
implemented in the same DLL. I wasn't sure if the error message was
related to the COM or ECE part - do you think it is definitely the ECE
part that is causing the message to appear? The ECE is registered
using an ECF file. We actually have a second ECE in a different DLL
which is registered through the registry (because that is the only way
to get certain functionality) but I'm not aware of a message coming up
for that one.

I will find out whether they use ESM later today. If not then I will
look into opening a support case with MS.

Regards,
Pete.



  #6  
Old February 8th 08, 05:15 PM posted to microsoft.public.outlook.program_addins
Pete C[_2_]
external usenet poster
 
Posts: 3
Default Outlook 2007 addin 'out of memory / system resources' issue oncertain machines

Hi Dmitry,

It's cached mode I think. I've tried both here.

We don't do much when messages are selected. In the COM add-in, if
one message is selected then we attach an event handler to handle
reply, forward, etc, but if multiple message are selected we do
nothing. In the ECE we do some work in the OnRead handler (read a
MAPI property, look at, possibly update the HTML body), but that's
only called when a message is shown in the preview pane or opened.

Do you think selecting lots of messages could cause this type of
problem? I have been unable to reproduce it here - I've set up
mailboxes with thousands of messages but still can't break it!

Regards,
Pete.
  #7  
Old February 8th 08, 06:38 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook 2007 addin 'out of memory / system resources' issue on certain machines

Try to switch to the online mode.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Pete C" wrote in message
...
Hi Dmitry,

It's cached mode I think. I've tried both here.

We don't do much when messages are selected. In the COM add-in, if
one message is selected then we attach an event handler to handle
reply, forward, etc, but if multiple message are selected we do
nothing. In the ECE we do some work in the OnRead handler (read a
MAPI property, look at, possibly update the HTML body), but that's
only called when a message is shown in the preview pane or opened.

Do you think selecting lots of messages could cause this type of
problem? I have been unable to reproduce it here - I've set up
mailboxes with thousands of messages but still can't break it!

Regards,
Pete.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Out of memory or system resources. :-( Michael Moser Outlook - General Queries 1 January 24th 08 07:30 PM
OL 2007 calander "out of memory or system resources" JRT Outlook - Calandaring 3 December 14th 07 07:12 PM
Out of memory or system resources. Close some windows or programs and try again.?!??? Michael Moser Outlook - General Queries 0 August 8th 07 03:44 PM
Out of Memory or Resources John A Hansen Outlook - General Queries 1 February 11th 07 11:39 PM
"Out of memory or system resources" - what is causing this? Michael Moser Outlook - General Queries 3 April 27th 06 10:29 AM


All times are GMT +1. The time now is 08:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.