在vs2010中对应用程序进行性能分析失败,并显示错误消息
在visual studio 2010中,我试图分析一个新的winforms应用程序(新增了一个零代码的应用程序)。在vs2010中对应用程序进行性能分析失败,并显示错误消息
但分析(.Net内存分配(采样)),但它失败,并具有以下几个方面。
alt text /wp-content/uploads/new2022/20220327voicc/161153500
这是输出窗口此错误消息
Profiling started. Profiling process ID 3332 (WindowsFormsApplication1).
Process ID 3332 has exited.
Data written to D:\Finder.Net\WindowsFormsApplication1\WindowsFormsApplication1100702(3).vsp.
Profiling finished.
PRF0025: No data was collected.
Profiling complete.
这是我的错,以后吐出来的东西。我在这里做错了什么
回答:
我有同样的错误,重新启动机器,这是许多论坛给出的解决方案,但无济于事。我测试的问题是它抛出了一个异常。一旦我修好了,分析器就成功运行了。所以我的建议是首先运行测试,而不是首先使用profiler,一旦你全部都是绿色的,就踢入profiler。
以上是 在vs2010中对应用程序进行性能分析失败,并显示错误消息 的全部内容, 来源链接: utcz.com/qa/259054.html