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.
Related
I know this is not exactly a programming question but I don't even know how to google it so here I am.
I currently have Visual Studio 2013 Express and I get the error above when am trying to install Microsoft Visual Studio 2013 Installer Projects extension, what is missing? Any help will be highly appreciated.
[
As mentioned on the extension page, this requires Visual Studio 2013.
Visual Studio 2013 Express is not Visual Studio 2013 (meaning paid version). Or at least, only a subset, with a different product ID.
You'll have to use the paid version of VS or choose another setup method.
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.
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
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.
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.