Visual Studio not loading symbol and showing error: . Cannot find or open the PDB file. Even though the PDB is present in the symbol server

Visual Studio not loading symbol and showing error: . Cannot find or open the PDB file. Even though the PDB is present in the symbol server

我有一个存放符号的私人符号服务器。我有符号文件 test.pdb 和相应的 dll test.dll. 符号文件应该匹配。符号文件所在的位置在文件夹中,例如 AAAAAAAAAAAAAAAAAAAAAAAAAAAA。当我 运行 索引符号的第三方库正确创建 AAAAAAAAAAAAAAAAAAAAAAAAAAA 并将 test.pdb 放入其中。但是 VS 2015 无法找到并加载此符号。它给出错误“找不到或打开 PDB 文件”

为了验证第三方库是否正确创建了正确的文件夹和索引符号,我通过使用 Windows 提供的 symstore.exe 索引验证了文件夹名称,创建了相同的文件夹 AAAAAAAAAAAAAAAAAAAAAAAAAAAA test.pdb 在里面。 Visual Studio 可以从这里加载符号。

有人能指出一定是哪里出了问题吗? VS 2015 正确找到了通过第三方库索引的所有其他符号。这是不是的符号之一。

我不得不重新启动 VS,它能够自己找到符号。