Installing Visual Studio Tools for Office System - visual-studio

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.

Related

Visual Studio - vdproj is incompatible

I have a project in a solution I am working on in Visual Studio 2012, and I get this message for one of the projects: "This version of Visual Studio does not have the following project types installed, or does not support them." It is a vdproj. What does this mean and how do I resolve this problem
The correct procedure to resolve "Incompatible" issue with VDPROJ Projects coming from Visual Studio 2010 and 2015 in 2017 or 2019 is:
Enter Visual Studio .NET 2017 or 2019
2017: Click on "Tools" -> Extension and Updates -> Online
2019: Click on "Extensions" -> Manage Extensions -> Online
Type "Installer Project" on the search box
Click on "Install" in Microsoft Visual Studio Installer Project
Restart Visual Studio .NET and follow the instructions to install the extension
With this extension the old project (2010, 2015) is capable to work in (2017, 2019). VDPROJ are not deprecated, simply they are improved with a new extension, for more information about this please visit the oficial MarketPlace.
There is also the official:
Microsoft Visual Studio 2015 Installer Projects
Microsoft Visual Studio 2013 Installer Projects
Microsoft Visual Studio Installer Projects (2017 & 2019)
Microsoft Visual Studio 2022 Installer Projects
if you can jump to VS 2013, 2015, 2017+2019, or 2022
But BozoJoe is right, its time to drop vdproj and move on to WiX.
vdproj is a MSI creation project for Visual Studio. Its been deprecated and most people have moved on to either WIX or NSIS or a professional grade installer creation tools such as Install Shield.
If you do not require an installer for your product just exclude the vdproj project from the solution and continue with your life
for fun if you want to try to transition right away to wix, try this powershell script https://github.com/chrisoldwood/vdproj2wix
Visual Studio 2017 can use the Visual Studio Installer. It is NOT a default. You have to run InstallerProjects.vsix. You can get it at Microsoft Visual Studio 2017 Installer Projects. I have used it and worked great, at least for a windows GUI project. It's worth a shot before you get into the Install Shield intricacies.
if You use Microsoft Visual Studio Installer Project (Vs2017).
Microsoft Visual Studio Installer Project may be disabled after an update.
Tools -> Extensions and Updates..
Click Installed
Find and Select -> Microsoft Visual Studio Installer Project
do Enable
Restart Visual Studio

How to Access Microsoft.Office.Tools.Excel on Visual studios 2013

I got Visual Studios 2013 from Dreamspark and i need to access the Microsoft.Office.Tools.Excel namespace but it says it does not exist.
can someone help me find out how i add it. This would be the first time I am adding a library that is not already included with the VS installation.
I really appreciate your help
What i am ultimately trying to do is this
Using LinEst () in .net
Microsoft.Office.Tools.Excel is an assembly in Visual Studio Tools for Office Runtime. Check if you have installed them with Visual Studio.
You can install the tools in three occasions:
When you install Visual Studio 2013.
When you install Microsoft Office 2013 or Office 2010.
When you install the Visual Studio 2010 Tools for Office Runtime redistributable.

How to allow Visual Studio to upgrade the project automatically?

I have some compatibility problems with vs 2010 file opened in vs 2013, i have read that maybe i can solve it activating the option "upgrade project automaticcaly" but i can't find it. Where i can find this option in Visual Studio 2013 Express?
EDIT
I can't launch the project ,i have tried in VS2010 Express , VS2012 Express , VS2013 Express... It seems so strange, it's an official demo of kinect sdk.
EDIT
Suddenly it starts work on visual studio 2010
It's not a project upgrade issue but the sounds of that error message - VS2013 Express doesn't support the project type you are trying to open.
The following page describes the s/w requirements for use that project
Kinect or Windows SDK
Specifically the s/w dev requirements are:
Visual Studio 2010, or Visual Studio 2012. The free Express editions can be downloaded from Microsoft Visual Studio 2010 Express or Microsoft Visual Studio 2012 Express.
.NET Framework 4 (installed with Visual Studio 2010), or .NET Framework 4.5 (installed with Visual Studio 2012).
There are a lot of other requirements also listed on that page.
I would suggest you download VS2012 Express (its free) and work from there.

add Excel RTD Server project type in visual studio

I will like to create something similar to: http://www.add-in-express.com/docs/net-excel-rtd-servers.php
When I open visual studio I do not have that project type even though I am running it as an administrator...
what do I have to do so that I can have that project type (ADX RTD Server) on visual studio?
You simply need to have Add-in Express for Office and .net installed. There is no trial version for Visual Studio 2010, but if you have VS 2012, you can download a 60-day evaluation version of Add-in Express from Visual Studio Gallery:
http://visualstudiogallery.msdn.microsoft.com/A4880BFE-A230-44B6-9D23-86AFAA1A2997

Unable to open project in VisualStudio 2010

I created a SilverLight solution in Visual Web Developer Express 2010. Now, my system got installed with Visual Studio 2010 Professional. On opening the existing express solution, I got the below error:
Unable to open project. An update to Microsoft Visual Studio is required to support the targeted version of SilverLight. Download the update at http://go.microsoft.com/fwlink?LinkId=168436
It takes to install the add-on Microsoft Silverlight 4 Tools for Visual Studio 2010. My question is 'Why itz not part and parcel of professional edition?'
If I recall correctly, the silverlight tools for VS2010 were released very shortly after VS2010 went RTM. Silverlight is a separate technology that isn't dependent on Visual Studio. It's developed by a different group and they have separate release schedules.

Resources