Blue question mark on files in solution explorer

岁酱吖の 提交于 2019-12-01 20:16:33

To help diagnose what is going wrong you should probably turn on logging, and check the preferences that will show everything in the output window. For the P4VS log, go to:

     Tools- > Options -> Source Control -> Perforce - Logging

(This is not the same thing as the Visual Studio Activity log.)

There could be a possibility that you are getting disconnected and refresh reconnects you. I am not sure if you have your connection set to use solution-specific settings, since you did not mention the connection dialog coming up.

This "solved" the issue for me, at least for the entire projects that went blue-question-marked:

1) Tools > Options

2) Source Control

3) Perforce - General

4) Tick the option "Treat Solution/Project as directory when selected"

Not sure why but that's one less annoyance for me every day. Thanks to Perforce support for suggesting that.

The file is probably not marked for version control. I noticed this icon in one file and opened Perforce to check. For whatever reason, this file was not marked for add in Perforce. After marking the file for add and submitting, the blue question mark went away.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!