是否有适用于 .NET 4.0 的 CLR 分析器?

发布于 2024-10-06 14:31:49 字数 159 浏览 0 评论 0原文

我从此处下载的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一紙繁鸢 2024-10-13 14:31:49

更新:.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.

微暖i 2024-10-13 14:31:49

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文