用 Visual Studio 2010 创建 Web Test,点击录制后能自动弹出 IE, 但是在浏览器中进行的任何操作无法被录制。

点击 View / Explorer Bars / Web Test Recorder 10.0 打开 Web Test Recorder 插件,点击 Stop 后出现错误信息:

unable to load DLL microsoft.visualstudio.qualitytools.recorderbarbho100.dll

说明问题原因在于浏览器插件未能正确加载。

 

解决办法:

到系统的 VS 2010 安装目录下找到这个名字的 DLL copy 到 IE 的目录即可。我机器上是:

D:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll

Copy to:

C:\Program Files\Internet Explorer

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-10-22
  • 2022-02-06
  • 2021-08-03
  • 2021-06-28
猜你喜欢
  • 2021-11-29
  • 2021-07-04
  • 2021-11-04
  • 2022-12-23
  • 2021-08-25
  • 2021-12-02
相关资源
相似解决方案