UnhandledException in WP7

后端 未结 2 1861
情话喂你
情话喂你 2021-02-04 11:51

I am getting this weird error when making a WP7 app, and I can not see why. The only output/ error message I get is \"UnhandledException: The parameter is incorrect. : : : Progr

相关标签:
2条回答
  • 2021-02-04 12:21

    I had the same problem. The fix for me was to give every element I would like to add a unique name (e.g. Name = Guid.NewGuid().ToString()). I hope this helps for you, too!

    0 讨论(0)
  • 2021-02-04 12:28

    Click on Debug then Exceptions and then set Common Language Runtime Exceptions to "Thrown" and you should see the stack trace.

    However, I do think it is a bug and can't tell how to go around it without looking at code/stacktrace

    0 讨论(0)
提交回复
热议问题