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