Mising project subtype for creating Unit test project in VS

Brayner 26 Reputation points
2021-02-16T21:48:17.443+00:00

I am simply trying to create a Unit test project - .Net Framework And I get the error There is a missing project subtype. Subtype: '{3AC096D0-A1C2-E12C-1390-A8335801FDAB}'
is unsupported by this installation. What do I need to install to get this working please?

It should be simple right?
I went to install and re installed it, I am running Microsoft Visual Studio Enterprise 2019 Version 16.8.5

This used to work, but what "broke" it or how to fix it is beyond me.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,182 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
351 questions
{count} vote

Accepted answer
  1. Ken Tucker 5,851 Reputation points
    2021-02-17T01:58:45.84+00:00

    According to this Visual Studio bug report doing a repair on visual studio should fix it. I would recommend you update the project to use MSTest V2 when you a chance.

    http://www.michaeltaylorp3.net/upgrading-from-mstest-to-mstest-v2/

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.