Adding SSIS capability to Visual Studio Enterprise 2017 - visual-studio

Can I add SSIS capability to Visual Studio Enterprise 2017?
How do I add SSIS capability to Visual Studio Enterprise 2017?
I've looked in "Visual Studio Installer" at the "Workloads" options and also the "Individual Components" options .. but I can't see SSIS listed ?
Maybe I need a different version of Visual Studio for SSIS work?

The Microsoft page here has answer to this question.
Download and install SQL Server Data Tools (SSDT) for Visual Studio
i.e. this Microsoft article has a link for "Download SSDT for Visual Studio 2017 (15.9.2)" in the middle of this article which can be used.
The "Visual Studio Installer" tool from Start menu wasn't so useful for adding this capability (for me).

Related

How to work with Lightswitch projects in Visual Studio 2017 professional

Hellow all, I am using Visual Studio 2017 professional edition. I am unable to open Lightswith (.lsxtproj) projects from it. When I searched in blogs, I received a suggestion of installing the Office Developer Toos for Visual Studio using Visual Studio installation window--> Individual Components --> Development activities section but couldn't help.
Can someone tell me what else I sould install/add in order to open Lightswitch projects using Visual Studio 2017 professional edition.

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

SQL Server 2012 Tabular model project in Visual Studio 2010? SSDT

I've downloaded a shell version of Visual Studio 2012/SQL Server Data Tools (SSDT) which allows me to create Analysis Services Tabular Models but because it is a shell (integrated) version it only allows for a small amount of functionality.
I have a full professional edition of visual studio 2010 and have installed SQL Server Data Tools (SSDT) but there is no business intelligence project templates available.
Will I need to purchase visual studio 2012 to get this full functionality or is there a way I can do it within the visual studio 2010 environment?
The SQL Server is 2012
Per MSDN:
You can install SQL Server Data Tools on Visual Studio 2010
Professional, Premium, or Ultimate Edition with Visual Studio 2010
SP1.
You can find the link to download Visual Studio 2010 SP1 on the MSDN page (I don't like linking directly to downloads on SO since people can edit the links.)
Also, according to this other MSDN site,
Projects and DACPACs are fully compatible across shells.
Please download the toolset for VS2012 ...
Again, a link to SSDT 2012 is on the site. You might want to uninstall your integrated shell version just to get a clean binding with your existing VS2010 install.
UPDATE
Please also read James Serra's blog about the BI templates for Visual STudio 2012 coming in a separate install from SSDT, which also includes a link to that install.

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

What AddOns/AddIns are available for VS 2005 IDE

I want a complete list of AddOns/AddIns available for VS 2005 IDE
Dupe:
Useful Add-Ins or Plug-Ins for native Visual Studio developer
Recommended add-ons/plugins for Microsoft Visual Studio
What Visual Studio add-ins do you use?
Visual Studio add-on gallery?
And many others...there's no definitive list.

Resources