Okay, I have a new issue with my Outlook 2007 VSTO second edition add-in that I need help with.
I have an add-in that puts buttons on the Ribbon bar.
I only have this issue in non-cached mode.
The steps to reproduce my issue are to open an e-mail, go to options and forward as attachment. Send the e-mail to myself.
Open the e-mail, and then open the e-mail that is an attachment. Close the e-mail that is an attachment.
Try opening the attached e-mail again. The following error message will appear:
The operation failed. (Title Bar: Microsoft Outlook). If I right click the attachment and try to do a save, I get the following error message: The program used to create this object is Outlook. That program is not installed on your computer. To edit this object, you must install a program that can open the object.
I have complete logging enabled in my add-in. When I try to open the attachment the second time none of my initialization events are fired. Furthermore, they shouldn't be fired at all on a "Save as" action.
Any ideas?
Steve
I have an add-in that puts buttons on the Ribbon bar.
I only have this issue in non-cached mode.
The steps to reproduce my issue are to open an e-mail, go to options and forward as attachment. Send the e-mail to myself.
Open the e-mail, and then open the e-mail that is an attachment. Close the e-mail that is an attachment.
Try opening the attached e-mail again. The following error message will appear:
The operation failed. (Title Bar: Microsoft Outlook). If I right click the attachment and try to do a save, I get the following error message: The program used to create this object is Outlook. That program is not installed on your computer. To edit this object, you must install a program that can open the object.
I have complete logging enabled in my add-in. When I try to open the attachment the second time none of my initialization events are fired. Furthermore, they shouldn't be fired at all on a "Save as" action.
Any ideas?
Steve
Last edited: