在哪里可以找到Microsoft.VisualStudio.QualityTools.Resource.dll?

5Yr*_*DBA 1 .net c# mstest

我正在为我们的C#项目设置新的Win7构建机器.我们不想在该计算机上安装Visual Studio.因此,我按照" 不使用Visual Studio运行mstest "的说明来设置我们的机器.

在第3步:

    Put Microsoft.VisualStudio.QualityTools.Resource.dll and
 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll in the GAC on the CIServer,
 because that is where they are on the DevMachine.
Run Code Online (Sandbox Code Playgroud)

在我的开发机器上(安装了Visual Studio 2008专业版),我在我的GAC(C:\ windows\assembly)中找到了它们,但我搜索了我的整个开发机器,却找不到 Microsoft.VisualStudio.QualityTools.Resource.dll

我的问题是:

  1. 哪里可以得到Microsoft.VisualStudio.QualityTools.Resource.dll
  2. 我可以从GAC复制上述文件吗?(我试过gacutil.exe,没有这样的复制选项.我试过了Control Panel->Administrative Tools,但我的XP机器只有Microsoft .Net Framework 1.1 Configuration上面两个组装没有出现.)?

谢谢,

Dev*_*ind 6

您可以通过cmd.exe从GAC复制文件.例如:

copy C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Resource\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Resource.dll C:\Temp
Run Code Online (Sandbox Code Playgroud)

适当调整版本.

Windows资源管理器只是用您可能知道的聚合视图替换C:\ Windows\assembly中的子文件夹.