0

誰かが私の状況に光を当てることができるかどうか疑問に思っているねえ。

位置情報サービスを利用してYelpにアクセスし、近くのお店を探すアプリをコーディングしています。XDE.exeシミュレータでデバッグしようとすると、問題が発生します。

修正方法がわからず、GoogleFuを利用しようとしましたが、役に立ちませんでした。

An exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.ni.dll but was not handled in user code

WinRT information: Your App does not have permission to access location data. Make sure you have defined ID_CAP_LOCATION in the application manifest and that on your phone, you have turned on location by checking Settings > Location.

If there is a handler for this exception, the program may be safely continued.
4

1 に答える 1

0

それで、エラーメッセージが言うようにマニフェストをチェックしましたか?この機能がないと、アプリが位置情報を呼び出そうとするとクラッシュします。

于 2013-03-23T06:57:10.460 に答える