Windows Phone 7 C#アプリをデバッグしようとすると、[出力]ウィンドウに次のメッセージが表示されます。
A first chance exception of type 'System.OverflowException' occurred in mscorlib.dll
A first chance exception of type 'System.OverflowException' occurred in mscorlib.dll
A first chance exception of type 'System.InvalidOperationException' occurred in Microsoft.Phone.dll
...次に、App.xaml.csがVS(まだデバッグモードで、何も編集できない)で開き、「System.Diagnostics.Debugger.Break();」が強調表示されます。
なぜこれが起こっているのですか、どうすれば修正できますか、そして将来どのように防ぐことができますか?