Symbols for kernelbase.dll could not be downloaded - UWP, Release build only, after Windows 10 update

随声附和 提交于 2019-12-11 03:33:48

问题


I've just updated my Windows 10 install to the latest anniversary update; this seems to have included:

  • VS 2015 Update 3 (KB3022398)
  • Update for Microsoft VS 2015 (KB3165756)
  • Security update for MS Windows (KB3176495)
  • Update for [blank] (KB2504637)

I noticed that a UWP app I had developed (and successfully run previously) which is pinned to my Start menu seemed to drop it's tile graphic, and didn't start when I tried it.

I then went to run it from VS (Release build) and got the following dialogs, the app still seemed to run ok though.

I don't get these dialogs when running a Debug build. I tried to enable the symbols settings under TOOLS->Options->Debugging->Symbols. Enable "Microsoft Symbols Servers" as per this but it hasn't resolved the issue. I do have internet connectivity - but haven't yet been able to try an alternative connection so as to rule out any new network rules. I have not yet tried to build a brand new blank UWP app to see how that behaves.

Any ideas? How worried should I be?


回答1:


i ran on the same issue today, since this is so rare occurrence, i had to figure it out my self by tweaking settings around, eventually i found how to fix it.

Go to Project properties->Build and uncheck the "compile with .Net Native Chain" option.




回答2:


Under Debbuging->Symbols there is option as shown in the image, it was unchecked for me. If you check, it forces symbols to be cached and error was gone. It looks like for some reason symbol cache wasnt able to loaded or downloaded.



来源:https://stackoverflow.com/questions/39133984/symbols-for-kernelbase-dll-could-not-be-downloaded-uwp-release-build-only-af

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