本文介绍了无法在Windows 7 x64上的MMA 1.3.1中启动USB2跟踪 - 有关缺少MIClient.dll的消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法让MMA 1.3.1(版本4.0.7551.0)在Windows 7 x64(带有最新更新的SP1)上运行。

I can't get the MMA 1.3.1 (build 4.0.7551.0) to work on Windows 7 x64 (SP1 with the latest updates).

我想要运行预配置的USB 2跟踪,但每次启动它时都会收到以下错误消息:

I would like to run the pre-configured USB 2 trace but every time I start it I get the following error message:

Unable to start ETW session MMA-ETW-Livecapture-4088d109-9678-4a90-8edc-d9fe7f89563b
Host Name: Localhost

Could not load file or assembly 'MIClient.dll' or one of its dependencies. The specified module could not be found.

该文件实际存在于安装文件夹中:  C:\Program Files \ Microsoft Message Analyzer的"@MIClient.dll"

The file is actually present in the installation folder: C:\Program Files\Microsoft Message Analyzer\MIClient.dll

我确实卸载并重新安装了MessageAnalyzer64.msi程序包,以便使用msiexec.exe / lvx * c:\ temp \mma64运行它。 log i / MessageAnalyzer64.msi命令行以生成安装日志。   mma64.log文件中没有出现异常。   I
在事件查看器中看不到任何异常。

I did uninstall and re-install the MessageAnalyzer64.msi package to run it with msiexec.exe /lvx* c:\temp\mma64.log i/ MessageAnalyzer64.msi command line in order to produce the install logs.  Nothing unusual turned up in the mma64.log file.  I don't see anything out of ordinary in the Event Viewer.

可能导致此问题的原因是什么?

What could be causing this?

推荐答案

你在这台机器上安装了Message Analyzer吗?

Did you have Message Analyzer installed on this machine?

USB2跟踪是否适合您?

Did the USB2 tracing ever work for you?

MIClient.dll的日期和版本是什么?

What is the date and version of MIClient.dll?

如果卸载Message Analyzer,它是否正确删除了程序文件中的Message Analyzer目录?

If you uninstall Message Analyzer, does it properly remove the Message Analyzer directory in Program files?

谢谢,

Paul


这篇关于无法在Windows 7 x64上的MMA 1.3.1中启动USB2跟踪 - 有关缺少MIClient.dll的消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 10:23