Microsoft Visual Studio 2019 vs 13

Zabih Ullah Khalid 21 Reputation points
2021-03-01T19:17:53.76+00:00

Hi guys! I am new on C# .net i was working on Visual Studio 2013, then i move on Visual Studio 2019. In Visual Studio 2013 everything was installed like: Report Viewer. but in 2019 its not why?? Can anyone help me in this i am facing problem for my project.

Azure SQL Database
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,760 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
0 comments No comments
{count} votes

Accepted answer
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-03-02T02:22:09.01+00:00

    @Zabih Ullah Khalid Thank you for reaching out.

    Visual Studio has a new lightweight and modular installer from Visual Studio 2017.
    The installer breaks Visual Studio down into independent workloads that allow you to install just what you need, helping you get to coding much faster.
    This allows for smaller download size, faster installation and to update the components individually without having to update Visual Studio itself.

    You can get all the extensions you need from the Extensions menu in Visual Studio itself

    73244-image.png

    Do let us know if you have further questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Castorix31 81,746 Reputation points
    2021-03-01T19:44:16.317+00:00

    Choose [Tools] [NuGet Package Manager] [Manage NuGet Packages for Solution...]
    Then "Browse" and you can type Microsoft.Report.Viewer to select the one you want :

    73038-reportviewer.jpg

    0 comments No comments