2
我一直試圖在我當前的應用程序中包含Song.FromURI()方法,但總是出現「CrossThreadMessagingException」。Song.fromURI()拋出異常?
我已經開始一個新項目,並且從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'