Manually update Visual Studio 2017 - visual-studio-2017

Visual Studio 2017 version 15.4 was released but my VS instance does not offer the update yet. How can I manually trigger an update?

Launch the visual studio installer (hit the windows key and type the name, you'll find it). It will then ask you to allow it to update itself, after which you will be offered the update.

You can update it from Notifications Hub left side of Visual studio.
In Notification Hub/Pane click on "Visual Studio Update" is available.
Or You can also update it from Visual Studio Installer.
https://learn.microsoft.com/en-us/visualstudio/install/update-visual-studio

Tools -> Extensions and Updates -> Updates

To update the core , let say from 15.4 > 15.9 , you need launch Visual Studio then
Help > Check for updates
To add\remove\update other sub component , you will need to run the Visual Studio installer and pick the require option.

Use the Visual Studio Installer
1-Open the installer.
2-In the installer, look for the edition of Visual Studio that you installed.
as shown in this picture

Related

VS 2017 won't open VS 2015 ETL solution

I inherited a project that was created in Visual Studio 2015 with SQL Server Data Tools version 14.
I'm running VS 2017 version 15.6.0 with SQL Server Data Tools 15.1.61801.210
When I try to open the solution it just fails with the below error message. What do I need to do in order to "upgrade" the solution so I can work with it?
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- LabSOR, "C:\Users\GROSCH\Documents\LabSOR\ETL\LabSOR_SSIS\LabSOR\LabSOR.dtproj"
No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- LabSOR, "C:\Users\GROSCH\Documents\LabSOR\ETL\LabSOR_SSIS\LabSOR.sln"
Ended up the SSDT integration elements hadn't installed. Once I did that I could right-click on the project in the solution explorer and reload it, and then it started working.

How do I repair VS2017?

I have the issue mentioned here and want to run Repair.
In WIndows 7, in Control Panel\All Control Panel Items\Programs and Features,
when I double click on Microsoft Visual Studio 2017 the only option is to uninstall.
I have the Professional edition
Launch the Visual Studio Installer app from the Start menu. You will find the button to modify or uninstall from there.
goto this location, and tap on this executable file,
C:\Program Files(x86)\Microsoft Visual
Studio\Installer\vs_installer.exe
then select More, and then select Repair.

Download c++ in existing visual studio 2017

I downloaded the visual studio 2017 with c# and xamarin when it gave me a lot of choices at installation time, now I want to install c++ also in existing vs2017. How can I do that? I don't want to install the whole visual studio again.
1.Go to Control panel
2.In the Add or Remove Programs dialog box, select the product you want to repair and then click Change/Remove
3.In the Setup wizard, click Next
4.Click Repair
5.Then Modify it by selecting C++ to add it.
Note : This work in Window OS only
Alternative answer (less searching needed) : Visual Studio 2017 also adds the " Visual Studio Installer" directly to the Windows Start Menu (this is the same executable used by #John Joe's answer).

Reporting Template (RDLC) not exists in Visual Studio 2017

Reporting template Component (RDLC) not exists to as New Item in Visual Studio 2017 Enterprise.
How to resolve this?
I have tried by installing SQL Server Data Tools.
Previously it works for me in Visual Studio 2015.
There is a bug in the extension Microsoft Rdlc Report Designer for Visual Studio that the ReportViewer shows up as a non-visual component.
Instead use the NuGet Package Microsoft.ReportingServices.ReportViewerControl.WinForms for each project that will use the ReportViewer. Part of the solution involves removing the ReportViewer from the toolbox after use and restarting Visual Studio before opening the next project/solution.
Please see this answer to a similar question for step by step details.
The RDLC editor for VS2017 is only available as a VSIX installer from the marketplace: Download
I have just used VS2015 to add the new item. All other stuff seems to be fine in VS2017 (bearing in mind that you installed the VSIX extension)

Cannot Install Visual Studio 2015 Community on Windows 7

Every time I try to install visual studio community version I run into an issue with missing setup packages. The installer particularly tells me that I am missing vcredist_x86.exe.
However, I have installed the visual c++ redistributable Packages for Visual Studio 2013 as well as the ones for visual studio 2015. I don't get why this message keeps coming up.
I can continue installation if I select "skip", but the message comes back not much later.
Try running the installer with administrator rights (right click on installer exe and select 'Run as administrator').