現在のアプリにSong.FromURI()メソッドを含めようとしていますが、常に「CrossThreadMessagingException」が発生します。
新しいプロジェクトを開始し、MSDNの例( http://msdn.microsoft.com/en-us/library/ff634558.aspx )からコードを文字通りコピーして貼り付けましたが、それでも例外が発生します。サイレント(終了なし)のように見えますが、メンバーへのアクセスを妨げています。
ありがとう。
Uri uriStreaming = new Uri("http://www.archive.org/download/gd1977-05-08.shure57.stevenson.29303.flac16/gd1977-05-08d02t06_vbr.mp3");
Song song = Song.FromUri("StreamingUri", uriStreaming);
'song.Album' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException'
'song.Artist' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException'
'song.Genre' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException'
'song.PlayCount' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException'