是否有适用于 .NET 4.0 的 CLR 分析器?
我从此处下载的 CLR 探查器链接文本不适用于我已实现的应用程序使用.NET 4.0。有 .NET 4.0 版本吗?谢谢。
The CLR profiler I downloaded from here link text does not work for my app which is implemented using .NET 4.0. Is there a version for .NET 4.0? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更新:.NET Framework 4 的 CLR 探查器为 现在可在此处。
我找不到 .NET 4.0 的 CLR Profiler,但如果设置环境变量:
COMPLUS_ProfAPI_ProfilerCompatibilitySetting
,您应该能够使用旧版本。有关详细信息,请参阅 这篇博文。另请注意,从 .NET 4.0 开始,CLR 会向事件日志输出更多信息,以帮助您诊断加载分析器的问题。您可以使用事件查看器轻松查看这些日志。
UPDATE: The CLR Profiler for .NET Framework 4 is now available here.
I couldn't find the CLR Profiler for .NET 4.0, but you should be able to use the older version if you set the environment variable:
COMPLUS_ProfAPI_ProfilerCompatibilitySetting
. For more information see this blog post.Also note that as of .NET 4.0 the CLR outputs some more information to the Event Log to help you diagnose issues loading profilers. You can easily view these logs with the Event Viewer.
CLR 配置文件 4.0 可以在此处下载:
http ://www.microsoft.com/downloads/en/details.aspx?FamilyID=f4addc9d-be61-4ebc-90b2-5f50812c2037
看起来安装程序只是 64 位,但您可以使用 7z 和32位版本在包内。
CLR Profile 4.0 can be downloaded here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f4addc9d-be61-4ebc-90b2-5f50812c2037
it looks like the installer is 64bit only, but you can unpack it using 7z and the 32bit version is inside the package.