rdlc files donot compile or validate in VS 2022

DeAdu 21 Reputation points
2022-03-21T19:13:33.007+00:00

I am trying to upgrade and compile a project in VS 2022 with some rdlc files, it does not show any errors when we try to build or rebuild.
It was working on VS2013 before. It showed any compile errors in the files and does not complete the build until the issues are fixed.
The same is not happening in Visual Studio 2022. Am I missing something? Is there an alternate way to handle this?

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,918 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,903 questions
0 comments No comments
{count} votes

Accepted answer
  1. Isabellaz-1451 3,616 Reputation points
    2022-03-22T01:57:00.093+00:00

    Hi @DeAdu

    VS2022 currently doesn't support RDLC designer, please check out this thread:https://developercommunity.visualstudio.com/t/microsoft-rdlc-report-designer-in-2022/1494593
    A workaround seem to be this (quoted in the link ):

    A workaround until the designer is officially supported is to download Microsoft Report Builder and use it in editing your reports, Demo: https://www.youtube.com/watch?v=3Wss8bvzjiE

    Or you can use the VS 2019 ,here is the download link :https://visualstudio.microsoft.com/vs/older-downloads/

    Best Regards,
    Isabella


    If the answer is the right solution, please click "Accept Answer" and upvote it. If you have extra questions about this answer, please click "Comment".
    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.


1 additional answer

Sort by: Most helpful
  1. Reza Aghaei 4,946 Reputation points MVP
    2022-07-24T22:41:49.613+00:00

    Starting 1st of March 2022, there's Microsoft RDLC Report Designer 2022 package which you can download:

    The Package contains New Projects and Report Designer for VB and C#.

    This package works in conjunction with the Report Viewer Nuget Package. The Windows Forms projects have a reference to existing package and require rebuild or download to function properly.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.