F
fakeprogress
Hello.
An add-in that was written for Outlook in C# seems to work on Outlook
2000 and Outlook 2003. However, when I installed it on Outlook 2007,
it caused the program to crash, showing me two error messages. First,
"Microsoft Office Outlook has encountered a problem and needs to
close. We are sorry for the inconvenience." Followed by, "Outlook
experienced a serious problem with the add-in. If you have seen this
message multiple times, you should disable this add-in and check to
see if an update is available. Would you like to disable this add-
in?" Once I disable it, Outlook loads normally. (The Event Viewer
shows no messages related to this issue.)
Opening the code for this add-in in Visual Studio 2005 results in four
warnings:
(1) Cannot find wrapper assembly for type library
"Microsoft.Office.Core".
(2) Cannot find wrapper assembly for type library "Outlook".
(3) The referenced component 'Microsoft.Office.Core' could not be
found.
(4) The referenced component 'Outlook' could not be found.
I am completely brand new to programming in C#. I was only recently
added to this project. (That is, I did not write any of the code. I
am actually still a student.) Therefore, I am having difficulties
figuring out what the problem seems to be. How can I make the code
for this add-in compatible with all versions of Outlook?
Thanks,
Allie
An add-in that was written for Outlook in C# seems to work on Outlook
2000 and Outlook 2003. However, when I installed it on Outlook 2007,
it caused the program to crash, showing me two error messages. First,
"Microsoft Office Outlook has encountered a problem and needs to
close. We are sorry for the inconvenience." Followed by, "Outlook
experienced a serious problem with the add-in. If you have seen this
message multiple times, you should disable this add-in and check to
see if an update is available. Would you like to disable this add-
in?" Once I disable it, Outlook loads normally. (The Event Viewer
shows no messages related to this issue.)
Opening the code for this add-in in Visual Studio 2005 results in four
warnings:
(1) Cannot find wrapper assembly for type library
"Microsoft.Office.Core".
(2) Cannot find wrapper assembly for type library "Outlook".
(3) The referenced component 'Microsoft.Office.Core' could not be
found.
(4) The referenced component 'Outlook' could not be found.
I am completely brand new to programming in C#. I was only recently
added to this project. (That is, I did not write any of the code. I
am actually still a student.) Therefore, I am having difficulties
figuring out what the problem seems to be. How can I make the code
for this add-in compatible with all versions of Outlook?
Thanks,
Allie