use Outlook Add-In for 2003 in Visual Studio 2010 - visual-studio-2010

We created an Outlook add-in 2003 in Visual Studio 2008. We just moved to Visual Studio 2010. When we debug the project, it shows that required version of Office is not installed.
Is there any possible way to use the Outlook 2003 Add-In in Visual Studio 2010?
I need to work my Add-In in all versions of Outlook from 2003-2010 and I have to use Visual Studio 2010 only.

To solve this, you should have Office 2003 installed.

Related

Missing Outlook 2013 Add-in

I am working on making a Outlook Add-in for Outlook 2013. The issue is, I use Visual Studio 2010. I did some googling and found that I need the Developer Tool Kit and it lead me here. I installed the tool kit, but I am still not seeing any new Templates. What am I doing wrong, or what can I do to get that Outlook Add-in?
Thanks in advance!
Unfortunately VSTO allows creating version-specific add-ins. VSTO 2010 (Visual Studio 2010 Tools for Office Runtime) is shipped with Visual Studio 2010 Professional edition or above. It supports creation and editing of document- and application-level add-ins for Office 2007 and Office 2010. You need to use later Visual Studio versions for creating COM add-ins for Office 2013. However, you can run solutions in Office 2013 that were created in earlier Visual Studio versions, see Running Solutions in Different Versions of Microsoft Office for more information.

storybord in powerpoint 2007

I have MS Office 2007 installed on my PC. I want to use storybord for designing but I am not getting Storybording menu in PowerPoint.
I have searched and found that to use Storybording I have to install visual studio on my PC.
I have installed Visual Studio 2010. I am still not getting Storybording option on it.
On my college lab PC, there is PowerPoint 2010 and Visual Studio 2010 is installed and PowerPoint is having storybording manu.
Is any specific adding required for Storybording with PowerPoint 2007 ?
There is no need to install any plugin for Storybording but the reason why you are not getting Storybording menu is because of your visual studio is not having that functionality.
To get Storybording in PowerPoint, you should have following prerequisites :
1) PowerPoint 2007 or later, and
2) One of the following versions of Microsoft Visual Studio
Microsoft Visual Studio 11 (2012) Test Professional
Visual Studio 11 Premium or
Visual Studio 11 Ultimate.
Your Visual Studio version is older then these.

developing office 2003 and office 2007 add-ons with VS2010

I need to develop an Outlook add-on. I must support Office 2003 and office 2007 (not 2010).
Can I do the work on Visual Studio 2010? is it equipped to handle older outlook versions like 2003? or would I have to do the work on VS2005 or VS2008?
There is no support for Office 2003 addons in visual studio 2010, but there is support for 2007 and 2010.
To create a new Outlook project in Visual Studio
Start Visual Studio.
On the File menu, point to New, and then click Project.
In the templates pane, expand Visual C# or Visual Basic, and then expand Office.
Under the expanded Office node, select the 2007 if you have Outlook 2007 installed, or select the 2010 node if you have Outlook 2010 installed.
In the list of project templates, select Outlook 2007 Add-in or Outlook 2010 Add-in.
In the Name box, type FirstOutlookAddIn.
Click OK.

Microsoft Outlook Addon

Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System can only be installed on a machine with the corresponding Visual Studio localized edition. Please install the matching Visual Studio 2005 localized edition and then run Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System setup again.
This may be of interest: http://social.msdn.microsoft.com/forums/en-US/vssetup/thread/a3fecb4c-084c-4901-a694-b1ab75863414

Installing Visual Studio Tools for Office System

I have VS 2008 Standard and I'm trying to open a project that is a plug-in for Outlook, the project fails to load showing the message
"C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\Office
Tools\Microsoft.VisualStudio.Tools.Office.Office2007.targets was not
found".
The Office Tools directory is missing yet I have installed the Office 2007 Primary Interop Assemblies and the Visual Studio Tools for the Microsoft Office system 3.0.
What am I missing?
Visual Studio Tools for Office (VSTO) is not included with Visual Studio Standard (Source: http://msdn.microsoft.com/en-us/library/bb398242.aspx). When you installed VSTO 3.0, you only installed the run-time components, which only lets you run published VSTO solutions, not design them in Visual Studio.
You will need to upgrade to either Visual Studio Team System or Visual Studio Professional.

Resources