visual-studio-2010 - VS2010 性能分析问题 (PRF0017 : Can't launch server for . .)

标签 visual-studio-2010 profiling

我有 2 个网站运行我的本地 IIS 7.5

一个是公共(public)门户,一个是服务网站,是公共(public)门户的应用端

分析公共(public)门户没有问题,但是当我将应用程序网站添加为分析目标时,它说 PRF0017: Can't launch server for ' http://localhost/adman/

我尝试向其添加默认页面,但同样的错误不断出现。

最佳答案

我昨天刚遇到这个错误,不知何故偶然发现了解决方案:

选择“IntelliTrace 事件和调用信息”单选按钮选项
工具-->选项-->IntelliTrace-->常规

screen shot of tools_options

尝试运行性能配置文件 session 时导致以下错误。这会阻止性能配置文件 session 启动。

screen shot of Error Encountered

为了成功运行性能配置文件,您必须选择“仅 IntelliTrace events”

screen shot of correct IntelliTrace option

关于visual-studio-2010 - VS2010 性能分析问题 (PRF0017 : Can't launch server for . .),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2809757/

相关文章:

c# - 如何快速有效地取消搁置我在 VS2010 中的代码?是否可以?

c++ - pointIndex无法从c++中的 vector 中检索项目

c# - 如何仅在分析时定义编译符号?

java - 针对特定包的 Scala/Java 分析

windows - 无法对在 Windows7 上作为服务运行的 Tomcat7 使用 JVisualVM 分析

visual-studio-2010 - 附加到流程问题

c++ - 无法打开 lib python。 Panda3D 项目。 VS

profiling - sycl::info::event_profiling 中的 command_submit 提交整个代码还是仅提交并行代码?

unit-testing - 如何使用 Visual Studio 2013 Professional 分析单个单元测试的性能?

c++ - Microsoft VisualStudio 2010 c++ vector iterator.base 未找到