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
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.
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.