WP8のアプリケーションでは、すべてのセンサーを使用しています。加速度計、コンパス(Windows.Devices.SensorsおよびMicrosoft.Devices.Sensorsからも)および傾斜計。Windowsボタンを押してから戻るボタンを押すまで、すべて正常に動作します。「再開しています...」というメッセージが表示された完全な黒い画面が表示されますが、何も起こりません。例外が発生したら(5つの障害から1回だけ):
{System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at Microsoft.Devices.Sensors.SensorBase`1.PauseSensor()
at Microsoft.Devices.Sensors.SensorBase`1.<>c__DisplayClass7.<.ctor>b__4(Object sender, NotificationCallbackEventArgs args)
at Microsoft.Devices.Sensors.SensorCallback.MS.Internal.Interop.INotificationCallback.Pausing(XPauseType pauseType)
at MS.Internal.Interop.NotificationService.NotificationPausing(XPauseType pauseType)
at MS.Internal.FrameworkCallbacks.NotificationPausing(UInt32 pauseType)}
誰かがこの例外に遭遇しましたか?
または、wp8アプリケーションのライフサイクル中にセンサーを正しく操作するためのベストプラクティスはありますか?
ありがとう