P
PShah
Hi
Here is my issue.
I have already developed a plugin using VSTO 2005 and Outlook 2003.
Now since VSTO 2005 SE has come out can i use that and port over my
code from VSTO 2005 to SE. Please keep in mind that as of now all my
users are still using Office (Outlook) 2003 and are planning to switch
to Office 2007 in the next few months.
The reason for porting is to have the ability to start programming for
Ribbon when the need arises down the line. Also one other major reason
is that SE seems to have better startup firing (where the code for
plugin is kept) than the existing VSTO.
I tried simulating this above scenario in the following ways:
Have Outlook 2003
Have VS 2005, VSTO 2005 SE and developing in C#
The startup method is different. Older uses ThisApplication_Startup
and the newer one uses ThisAdddin_Startup.
Just have a messagebox in the ThisAddin_Startup and when i try to
compile - it throws up an error on Microsoft.Office.Core and Outlook
(both of these possibly for 2007)
Please help !!!!!
Here is my issue.
I have already developed a plugin using VSTO 2005 and Outlook 2003.
Now since VSTO 2005 SE has come out can i use that and port over my
code from VSTO 2005 to SE. Please keep in mind that as of now all my
users are still using Office (Outlook) 2003 and are planning to switch
to Office 2007 in the next few months.
The reason for porting is to have the ability to start programming for
Ribbon when the need arises down the line. Also one other major reason
is that SE seems to have better startup firing (where the code for
plugin is kept) than the existing VSTO.
I tried simulating this above scenario in the following ways:
Have Outlook 2003
Have VS 2005, VSTO 2005 SE and developing in C#
The startup method is different. Older uses ThisApplication_Startup
and the newer one uses ThisAdddin_Startup.
Just have a messagebox in the ThisAddin_Startup and when i try to
compile - it throws up an error on Microsoft.Office.Core and Outlook
(both of these possibly for 2007)
Please help !!!!!