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

后端 未结 13 1707
误落风尘
误落风尘 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 14:03

    You are debugging your code with an referenced dll that does not compiled for debug mode.

    Compile referenced dll in debug and use it.

    Check the referenced dll adresses to be sure you are using correct dll.

    0 讨论(0)
提交回复
热议问题