Loading samples and some question about VSTO SE
Thank, I new to VSTO world, I need to create addins for outlook 2003 with VisualStudio 2005.
My setup:
Visual Studio 2005 SP1 English
VSTO SE english
Office 2003 SP2 French
I downalod and install VSTO SE tool without problem.
After reading a lot on the MSND documentation I start trying some small code. For example I try to add a TaskPane with this function:
Microsoft.Office.Tools.CustomTaskPane
But CustomTaskPane are not member of Microsoft.Office.Tools on my system. It is normal?
I also downlaod the VSTO-Outlook Sample.msi to try some sample, but when I try to open it in VS2005 I got this error:
One or more projects in the solution could not be loaded for the following reason:
- The application for the project is not installed
Do you think the problem are the french language of office? Do I need the full VSTO ?
Can you point my to documentation (i don't know the right name of this control) about adding custom:
- Item in the selction bar (bottom left of oultook) where you find Email, Calandar, COntacts, ...
- Add Pane like when you click for Help
- Add content form like when you click on Inbox. The section that display the email content
Thank for your time, sorry for my bad explication.

