Share via

Project fails to load when Visual Studio version is upgraded on my team member's PC

Praveena, Joseline 10 Reputation points
2026-03-31T19:40:44.0066667+00:00

Project fails to load when Visual Studio version is upgraded on my team member's PC.

User's image

He tried to even install the extension - Microsoft Reporting Services Projects. But no luck.

It was working fine when he had 2019. It stopped working when he upgraded to 2026. Need your help in fixing the issue.

Developer technologies | Visual Studio | Setup
0 comments No comments

3 answers

Sort by: Most helpful
  1. Praveena, Joseline 10 Reputation points
    2026-03-31T20:28:20.3466667+00:00

    I am not sure what is meant by SSDT components.  Everything else has been installed.  The closest thing to a project type that I could find in the project file is this. <Import Project="$(MSBuildExtensionsPath)\Reporting Services\Microsoft.ReportingServices.MSBuilder.targets" />

    Attaching one of the project files for your reference.

    Rename it to .rptproj and have a look please.

    1 person found this answer helpful.
    0 comments No comments

  2. Q&A Assist
    2026-03-31T19:41:00.46+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Visual Studio 2026, SQL Server Reporting Services (SSRS) and related SQL Server Data Tools (SSDT) project types are no longer built‑in. They are loaded through separate extensions and workloads. When these are missing, Visual Studio shows the projects as “incompatible” or “The application is not installed.”

    To fix the issue on the upgraded machine, ensure the correct components are installed for SSRS/SSDT projects in Visual Studio 2026:

    1. Open Visual Studio Installer for Visual Studio 2026.
    2. Select Modify for the 2026 installation.
    3. Under Workloads, make sure the Data Storage and Processing workload is installed (this includes SSDT support).
    4. Under Individual components, verify that the SQL/SSDT components required by the solution are selected as well.
    5. Install the marketplace extensions that provide SSRS/SSAS project support for Visual Studio 2022+ (these are also used by newer versions):
      • Microsoft Analysis Services Projects 2022+
      • Microsoft Reporting Services Projects 2022+
    6. After installation completes, restart Visual Studio 2026 and reload the solution. The SSRS/SSDT projects should now load normally instead of showing as incompatible.

    If projects still appear incompatible, confirm that the project types are indeed SSRS/SSDT and not another project type that has been removed or is unsupported, and then recheck the installed workloads and extensions.


    References:

    1 person found this answer helpful.
    0 comments No comments

  3. Leon Tran (WICLOUD CORPORATION) 1,660 Reputation points Microsoft External Staff Moderator
    2026-04-01T02:18:42.15+00:00

    Hi Praveena,

    Thank you for sending us your issue with the details.

    As I can see, Visual Studio mentioned incompatible. It looks like your extension didn’t update automatically. Especially since Visual Studio 2026 is a more modern version compared to Visual Studio 2019, a lot of extensions and components have different versions. They are not backward compatible and cannot be shared between versions.

    For troubleshooting, please check the components below. They are required in your project (.rptproj). There are three extensions and one component. You can search for them using the keyword “Microsoft Report Service.” Please make sure you install the version for 2022+.

    User's image

    Next, please open Visual Studio Installer, click Modify > Individual components, and search for SSDT. Check if SQL Server Data Tools has been installed. If not, please tick the box and select Modify to install it. After that, close Visual Studio and reopen the solution to see if it works normally.

    User's image

    Hope this helps! If my answer was helpful, please consider marking it so others with the same issue can benefit as well. You can follow this guidance if needed.

    If my solution doesn’t work, please let me know in the comments. I look forward to hearing from you soon.


Your answer

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