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

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

    I also faced the same error and in my case the problem was because of web.config transformation file which I wanted to setup other than debug.config.

    I had to track a bug using stage branch and therefore I setup the active solution configuration as Stage.

    • Go to the property option of your project solution
    • Click on Configuration Manager button on top right hand side.
    • Now drill down the drop down option active solution configuration and you choose configuration (web) file for your project to act on when you run it.

    I had chosen the stage and when I build the project I got this error and because of that debuggers were become inactive.

    But when I set the option back to debug, issue got resolved.

提交回复
热议问题