Where to find “Microsoft.VisualStudio.TestTools.UnitTesting” missing dll?

后端 未结 12 1823
谎友^
谎友^ 2020-11-28 05:11

I am getting following error in my C# visual studio project:

The type or namespace name \'VisualStudio\' does not exist in the namespace \'Microsoft\'

12条回答
  •  日久生厌
    2020-11-28 05:37

    The DLL you're looking for that contains that namespace is

    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
    

    Note that unit testing cannot be used in Visual Studio Express.

提交回复
热议问题