how to migrate .net 4.8 framework projects havings extensive use of ssrs

Sushil Agarwal 381 Reputation points
2020-11-26T15:33:57.713+00:00

Dear experts will it be possible to migrate .net 4.8 winform projects having ssrs reports to ,net 5 ?

or

how .rdl reports can be shown in .net 5 winforms

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,799 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,566 Reputation points
    2020-11-27T01:52:51.747+00:00

    Hi @Sushil Agarwal ,
    .NET 5.0 is the main implementation of .NET going forward and .NET Framework 4.x is still supported.
    .NET 5.0 doesn't replace .NET Standard
    New application development can specify the net5.0 target framework moniker (TFM) for all project types, including class libraries. Sharing code between .NET 5 workloads is simplified in that all you need is the net5.0 TFM.

    For .NET 5.0 apps and libraries, the net5.0 Target Framework Moniker (TFM) combines and replaces the netcoreapp and netstandard TFMs. However, if you plan to share code between .NET Framework, .NET Core, and .NET 5 workloads, you can do so by specifying netstandard2.0 as your TFM. For more information, see .NET Standard.
    For more information, please refer to: What's New in .NET 5
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November

    0 comments No comments

0 additional answers

Sort by: Most helpful