2015-09-24 44 views
0

我正在爲Windows Phone 8.1應用程序生成包。上週我能夠做到並通過認證測試,沒有任何問題。Windows應用程序驗證工具包失敗Microsoft.Media.AdaptiveStreaming.Dash

現在我得到的錯誤,我不知道如何解決它

Parameter ppAsyncInfo of method RequestAsync of type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd references the non-Windows Runtime type Microsoft.Media.AdaptiveStreaming.DownloaderResponse. Windows Runtime types can reference only Windows Runtime types. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderResponse referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
Parameter ppAsyncInfo of method RequestAsync of type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd references the non-Windows Runtime type Microsoft.Media.AdaptiveStreaming.DownloaderResponse. Windows Runtime types can reference only Windows Runtime types. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderResponse referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
Parameter ppAsyncInfo of method RequestAsync of type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd references the non-Windows Runtime type Microsoft.Media.AdaptiveStreaming.DownloaderResponse. Windows Runtime types can reference only Windows Runtime types. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderRequest referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.DownloaderResponse referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffOfflineDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.CffProgressiveDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.IDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 
The type Microsoft.Media.AdaptiveStreaming.Helper.ILifetimeAwareDownloaderPlugin referenced by type Microsoft.Media.AdaptiveStreaming.Dash.DashDownloaderPlugin in file Microsoft.Media.AdaptiveStreaming.Dash.winmd was not found. All types referenced in metadata files must be discoverable. 

他們告訴我

Please ensure that the compiler you are using to generate your Windows Runtime types is up to date with with the Windows Runtime specifications. 

我不知道如何檢查...

回答

1

我更新了Visual Studio,windows SDK,所有nugets包依賴項。 我刪除了項目的所有引用,然後我添加了引用1 1(我想我失去了引用,我沒有使用)。

我也更新了應用程序認證套件。錯誤消失了。

+0

我也有類似的問題。我也重新添加了我的引用,但那不起作用,所以我隨後更新了我的Visual Studio 2015,之後它工作。 – instanceof

相關問題