Visual Studio 2015 RC Outlook reference - office-interop

I'm trying to add the Microsoft.Office.Interop.Outlook reference to a project in Visual Studio 2015 RC. But it doesn't appear in my current installed references. I've found some additional installers for Office Developer tools, but these all require Visual Studio 2013 or lower. Has the installer for Visual Studio 2015 been released yet? Or is there any other way to send an e-mail via Outlook in Visual Studio 2015?

I had the same problem and after a search I found the below link:
Latest Microsoft Office Developer Tools for Visual Studio 2015
I clicked and installed
Go grab the latest version with aka.ms/GetLatestOfficeDevTools.
Now I can see
Microsoft Outlook 15.0 Object Library
Hope it helps.

Related

Regarding installing Microsoft Visual Studio 2017

I am trying to download the Microsoft Visual Studio 2017. I first downloaded Build Tools for Visual Studio 2017 from https://visualstudio.microsoft.com/visual-cpp-build-tools/ . Running it does not give me the option of installing Microsoft Visual Studio 2017.
Any previous versions of VS can no longer be installed with the VS installer. Here's a link Microsoft's page for older VS versions: https://visualstudio.microsoft.com/vs/older-downloads/
Hope this helps!

VSTO support for VS 2015 community edition

I have installed VS 2015 community edition. I am looking forward to develop outlook add-in for outlook 2010 or on wards. I can't find any outlook add-in option in project template of VS. Any help would be highly appreciated.
Luckily for you I ran into this recently and found this very helpful page.
How to install Office Developper Tools for VS Community Edition ? (sic)
Download and install Visual Studio 2015 Update3 Community
Download and Install Microsoft Web Platform Installer
Open Microsoft Web Platform Installer and search with “Office Tools”
Then install Microsoft Office Developer Tools Update2 for Visual Studio 2015

Xamarin addin works only for Visual Studio 2015

I downloaded the Xamarin add-in to my Visual Studio 2013, and now my VS is trashed, because it appears to work ONLY with VS 2015. Isn't there a VS 2013 version?
I didn't actually complete the installation because I noticed that it keeps wanting to install VS 2015 Community Edition and add Xamarin to that rather than add it to my existing VS 2013 installation. I haven't found an answer yet searching the web, but if I find one, I'll post here.

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.

Resources