“Symbols for the module MyLibrary.dll were not loaded”?

后端 未结 13 2030
误落风尘
误落风尘 2021-02-18 13:19

I\'m trying to learn Windows Phone dev by making a basic app that provides information about Pokemon. To do this, I\'ve created a portable class library (PokeLib.dll) so it\'s

13条回答
  •  不要未来只要你来
    2021-02-18 13:53

    The only way that I can get around this message is to go to Debug > Options and Settings > Debugging > Symbols, and then selecting the radio button named 'All Modules, unless excluded.'

    I'm not sure that this is the ideal workaround, but it's working for now.

提交回复
热议问题