UnityPlayer_UAP_x86_release_il2cpp.pdb not loaded

I’m trying to deploy my hololens app and visual studio keeps giving me that error.

Any Idea how to fix that?

It’s not an error, it’s just telling you that it cannot find that PDB file. You can ignore it if you don’t care about its symbols. If you want to load it, it should be next to UnityPlayer.dll in <UNITY_INSTALL_DIR>\Editor\Data\PlaybackEngines\MetroSupport\Players\UAP\il2cpp\x86\release. Alternately, you could add our symbol server (https://symbolserver.unity3d.com) to the symbol server path settings in VS and it will load it automatically.

i found the pdb with the file… I might have been deploying with debugging and it crashes.

Hi I have a similar problem but adding the symbolserver doesn’t work for me either.

This is also about the only thread on this issue i can find…

Can you please tell me how you solved this problem because i can’t understand the solution in the comments