我正在嘗試嚮應用程序中心提交應用程序,whick正在使用後臺代理更新應用程序磁貼。後臺代理需要使用Microsoft.Phone.dll,但是當我提交的應用程序,我得到以下錯誤Windows Phone後臺代理Microsoft.Phone.dll提交問題
2011:後臺代理不能使用 Microsoft.Phone.Shell.ShellTile ::創建,其中TileAgent.dll 正在嘗試使用。更新您的文件,然後再試一次。
2011:後臺代理不能使用 System.Windows.Controls.MediaElement :: Pause,Microsoft.Phone.dll嘗試使用哪個程序集 。更新您的文件,然後再次嘗試 。
2011:後臺代理無法使用 System.Windows.Controls.MediaElement :: Stop,其中Microsoft.Phone.dll正在嘗試使用哪個程序集 。更新您的文件,然後再次嘗試 。
2011:後臺代理無法使用 System.Windows.Controls.MediaElement :: Play,其中Microsoft.Phone.dll試圖使用哪個程序集 。更新您的文件,然後再次嘗試 。
2011:後臺代理無法使用 System.Windows.Controls.MediaElement :: set_Position,其中Microsoft.Phone.dll試圖使用的程序集爲 。更新您的文件,然後再次嘗試 。
2011:後臺代理程序無法使用 System.Windows.Controls.MediaElement :: set_AutoPlay,其中的Microsoft.Phone.dll正在嘗試使用哪個程序集 。更新您的文件,然後再次嘗試 。
2011:後臺代理程序不能使用 System.Windows.Controls.MediaElement,其中Microsoft.Phone.dll試圖使用的程序集爲 。更新您的文件,然後再次嘗試 。
2011:後臺代理不能使用 System.Windows.Controls.MediaElement ::的SetSource,其裝配 Microsoft.Phone.dll嘗試使用。更新您的文件,然後再次嘗試 。
2011:後臺代理無法使用System.Windows.Media.VideoBrush, Microsoft.Phone.dll試圖使用哪個程序集。更新您的文件 ,然後重試。
2011:後臺代理不能使用 System.Windows.Controls.MediaElement ::。ctor,其中Microsoft.Phone.dll試圖使用的程序集爲 。更新您的文件,然後再次嘗試 。
儘管我沒有使用這些程序集中的任何一個,或者在代理程序的任何項目中引用它們。 請幫忙!
編輯:我刪除了create tile方法,現在這個錯誤消失了。其餘的雖然保持不變,但我沒有使用它們中的任何一個 System.Widnows絕對沒有用處。在這個項目中
編輯 Contols:這裏是引用我在代理的項目
Microsoft.Phone
mscorelib
mscorelib.extensions
system
System.Core
System.Net
System.Windows
System.Xml
如果你刪除System.Windows引用? –
我需要它,我默認情況下這在我的代理Deployment.Current.Dispatcher.BeginInvoke(代理 { Application.Current.UnhandledException + = ScheduledAgent_UnhandledException; }); – user970012
我刪除了system.core,mscorelib和mscorelib.extensions,仍然是相同的錯誤 – user970012