Building WP 8.1 app with Microsoft.AdMediator, Microsoft.PlayerFramework, Microsoft.PlayerFramework.Xaml.Advertising issues
Hello,
I am trying to build our Dailymotion windows phone application, however it looks like I am having issues with reference that are located on my Machine like: Microsoft.AdMediator, Microsoft.PlayerFramework, Microsoft.PlayerFramework.Xaml.Advertising.
Is there anyway for me to fix this issue? or do i need to push to github these dlls so that AppVeyor can build the solution? or is there a way for me to install these reference on the AppVeyor build server?
http://i.imgur.com/F1LAYVF.png
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.AdMediator81, Version=1.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.Media.AdaptiveStreamingClient, Version=1.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Adaptive, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Advertising, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "RateMyApp, Version=1.25". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.Media.AdaptiveStreamingClient, Version=1.0". [C:\projects\dailymotion-windows-universal\Dailymotion.Windows\Dailymotion.Windows\Dailymotion.Windows.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion.Windows\Dailymotion.Windows\Dailymotion.Windows.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Adaptive, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion.Windows\Dailymotion.Windows\Dailymotion.Windows.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Advertising, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion.Windows\Dailymotion.Windows\Dailymotion.Windows.csproj]
Command exited with code 1
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 14 Oct, 2015 07:04 PM
As far as I see you need these things installed:
https://playerframework.codeplex.com/
https://visualstudiogallery.msdn.microsoft.com/0170c67c-c183-4fee-8...
https://visualstudiogallery.msdn.microsoft.com/401703a0-263e-4949-8...
They could be installed with this PowerShell script (feel free to put it into separate file):
When installing VSIX pay attention to VSIXInstaller path which should have
Microsoft Visual Studio 14.0for VS 2015.It takes like a minute and half to install all dependencies: https://ci.appveyor.com/project/FeodorFitsner/simple-console/build/...
2 Posted by Damien Delaire on 16 Oct, 2015 06:48 PM
Hello thanks for your help i am still getting these issues:
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.Media.AdaptiveStreamingClient, Version=1.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Adaptive, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1886,5): error MSB3774: Could not find SDK "Microsoft.PlayerFramework.Xaml.Advertising, Version=2.0.0.0". [C:\projects\dailymotion-windows-universal\Dailymotion\Dailymotion.WindowsPhone\Dailymotion.WindowsPhone.csproj]
Command exited with code 1
3 Posted by Damien Delaire on 16 Oct, 2015 06:53 PM
here is the list of the references that i am using:
http://i.imgur.com/qPEhuPE.png
in the script i have add the PS code doe ratemyapp:
Write-Host "Rate My App 125..."
$vsixPath = "$($env:USERPROFILE)\RateMyApp125.vsix"
(New-Object Net.WebClient).DownloadFile('https://github.com/Microsoft/rate-my-app/blob/master/Source_WPA81/VSix_InstallationPackage/RateMyApp125.vsix?raw=true', $vsixPath)
"`"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\VSIXInstaller.exe`" /q /a $vsixPath" | out-file ".\install-vsix.cmd" -Encoding ASCII
& .\install-vsix.cmd
Write-Host "Installed" -ForegroundColor green
Support Staff 4 Posted by Feodor Fitsner on 16 Oct, 2015 07:15 PM
Looks like more packages/SDKs are missing.
I'd suggest logging in to build worker via RDP: http://www.appveyor.com/docs/how-to/rdp-to-build-worker
and then installing missing packages one-by-one until the projects compiles. This way we could get precise list of missing packages.
5 Posted by Damien Delaire on 16 Oct, 2015 09:01 PM
thanks for your help, in the end it was not downloading the correct version of the Playerframework i needed version 2 and not version 3 and i was missing the readyplayer for Windows Phone.
here is the final script:
Support Staff 6 Posted by Feodor Fitsner on 16 Oct, 2015 11:37 PM
Great, thank you for the update and sharing the final script!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:00 AM.