Search code examples
c#postsharp

PostSharp Tools for Visual Studio 2019 cannot be installed in Visual


Setting up Postsharp has been a big problem for me. Can't install 2019 VS postsharp?

PostSharp Tools for Visual Studio 2019 cannot be installed in Visual Studio Community 2019 (16.7.1) because the following prerequisites are missing: Just In Time debugger (Visual Studio Community 2019) Please install individual components or .NET desktop development workload.

postsharp version 6.6.15


Solution

  • Run the Visual Studio installation file, click the Modify button next to your installation, and then select the .NET desktop development option.

    enter image description here

    Hit Install and wait for it to finish modifying your installation.

    When finished, re-run the PostSharp installer.