WindowsPhone Silverlight App 8.0 is stopping in breaking points created by the system but no error is showed

29 Views Asked by At

I cretead a Windows Phone runtime app but because there was an implementation I could get only with Silverlight I created a Silverlight app and paste all the classes and pages into it.

First I get many errors but I fixed all of them changing the code to the equivalent in Silverlight.

Now I am trying to run the app and It stops in breaking points created by the system but I have no idea of where is the problem. I would be grateful if someone could point me a light.

This is what happens:

step 1

enter image description here

step 2

enter image description here

step 3

enter image description here

step 4

enter image description here

step 5

enter image description here

step 6

enter image description here

step 7

enter image description here

step 8

Then it goes back.

Does someone have any idea?

1

There are 1 best solutions below

1
Dipak Chhag On BEST ANSWER

Hi please debug your code. my be somewhere Null data passing in it.. that's y it does not given you any error.. and direct give exception..