Visual Studio Community 2022 (64-bit) v17.4.4 not showing any compile time errors for MAUI project.

Sachin 21 Reputation points
2023-01-24T09:18:11.29+00:00

Hi,

I am using Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.4.4 for my MAUI projects but is not showing any compile time errors . is it any plugin missing?

Screenshot 2023-01-24 144555

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,862 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 25,626 Reputation points Microsoft Vendor
    2023-01-25T08:36:15.9633333+00:00

    Hi @Sachin,

    Welcome to Microsoft Q&A!

    Can you create a new project and check if it occurs in other projects? Can you find any errors from View > Error List?

    Please close all running VS instances and try to repair your VS through Visual Studio Installer.

    Besides, you can disable or uninstall the installed extensions under Extensions > Manage Extensions > Installed. Then, launch your VS and try again.

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly 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.


  2. Terry Hutt 0 Reputation points
    2023-01-27T20:07:25.3933333+00:00

    Same problem with WPF solutions


  3. Neil McQuillan 0 Reputation points
    2023-02-14T15:55:08.75+00:00

    I see the same issue in an older VB.Net Framework solution, the solution fails to build but no errors are displayed only Warnings, this is when there are indeed errors.

    Searching the 'Output' window allows you to find the errors which are just simple build errors.

    This has been occurring since I installed 17.4.4. I am also using the 64bit version of the product.

    The issue is intermittent but frequent. Restarting VS does not resolve the issue.

    0 comments No comments