is there CLR profiler for .NET 4.0 around?
CLR分析器在《从这里下载链接的文本不工作,这是我的应用程序使用implemented .net 4.0。有一.net 4.0版本吗?谢谢。
更新:clr profiler for.NET Framework 4现在在这里可用。
我找不到.NET 4.0的clr profiler,但是如果设置环境变量COMPLUS_ProfAPI_ProfilerCompatibilitySetting,就应该能够使用旧版本。有关详细信息,请参阅此博客文章。
另外请注意,从.NET 4.0开始,clr将向事件日志输出更多信息,以帮助您诊断加载配置文件时出现的问题。您可以使用事件查看器轻松查看这些日志。
- 我还将在Visual Studio 2010(Ultimate或Premium)中插入一个分析器插件,它完全支持.NET 4.0。(免责声明:我在vs分析器上工作)
- 当我使用clr profiler 2.0启动.NET 4.0应用程序时,它会在"等待应用程序启动公共语言运行时"处出错。当我单击"显示"时
- 我还尝试了对complus profapi profilercompatibilitysetting禁用2 profiler和启用2.0 clr profiler,但都没有使2.0 clr profiler适用于.NET 4.0应用程序。你能告诉我我遗漏了什么吗?谢谢。
- 我认为你需要使用一个不同的链接来下载clrprofiler。请尝试此操作:microsoft.com/downloads/en/…
- 感谢您,这一个与complus_profapi_profilerCompatibilitySetting=EnableV2Profiler一起工作
- 您提到在事件查看器中有.NET日志。您介意提供到节点的路径吗?在Windows Server 2008 R2的事件日志中找不到.NET或CLR。谢谢。
- 对于.NET 4,您应该在"Windows日志,应用程序"中看到消息。消息具有源".NET RUNTIME",并且将包含类似以下内容:.NET RUNTIME版本4.0.30319.206-探查器已成功加载。探查器clsid:"f1216318-0905-4fe8-b2e8-105ceb7cd689"。进程ID(十进制):1716。消息ID:[0x2507]。
- clr profiler for.NET 4和Visual Studio 2010 profiler有什么区别?
clr profile 4.0可在此处下载:
http://www.microsoft.com/downloads/en/details.aspx?家庭ID=f4addc9d-be61-4ebc-90b2-5f50812c037
看起来安装程序只是64位的,但是您可以使用7Z解包它,32位版本在包中。
- 是否已下载?
- 似乎已在:microsoft.com/downloads/en/…重新发布。