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

后端 未结 12 1818
谎友^
谎友^ 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:26

    Simply Refer this URL and download and save required dll files @ this location:

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies

    URL is: https://github.com/NN---/vssdk2013/find/master

提交回复
热议问题