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

后端 未结 13 1699
误落风尘
误落风尘 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:01

    In my case I had another version of the application running that was using the same .dll. This prevented the GAC getting updated with the debug version. I had the kill the process through task manager.

提交回复
热议问题