![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |