在使用 Team Foundation Server (TFS) 运行性能和诊断会话时,我在 Visual Studio 2013 Ultimate 中遇到错误。以下是重现的步骤:
- 从 Team Foundation Server 获取最新信息。
- 创建“CPU 采样”方法的新性能会话。
- 启动新创建的性能会话。
- 通过关闭 Internet Explorer 或单击“停止分析”退出会话后。
然后我会在输出窗口中得到以下错误。
Preparing web server for profiling.
Profiling started.
Launching web server with profiling.
Launching profilable project.
Profiling process ID 9460 (iisexpress).
Profiling process ID 7008 (iexplore).
Process ID 7008 has exited.
Process ID 9460 has exited.
Error VSP1737: File could not be opened due to sharing violation: C:\Users\%hiddenuserprofile%\Documents\Projects\%HiddenPathWithFilename%.vsp
PRF0025: No data was collected.
Profiling complete.
为了摆脱这个错误,我必须清除 TFS 设置的解决方案文件夹的只读属性。如果我清除只读属性,则 TFS 无法使用 TFS 服务器检测我的本地工作区中的更改。然后我将不得不在 TFS 中使用比较选项手动检查更改,然后合并。
为什么会出现这个错误?我做对了吗?