Click here to Skip to main content
15,883,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my windows phone app I am including Microsoft Media Player Framework (MMPPF) to include MediaPlayer and WebVTT functionality. I am referencing the DLL's and winmd files that were built from the MMPPF universal project as appose to referencing the installed MMPPF extension in Visual Studio. On x86 and ARM(non phone) devices this worked just fine but on ARM phone, no. According to the MDILXapCompileLog the offending file is Microsoft.Media.WebVTT.winmd. Attached is the MDILXapCompileLog. Bellow is the directory tree of what is included. That bracketed by * are what is referenced in the app. The rest is what is dragged in with it.

+---Universal.WinRT.WebVTT
|   |   Microsoft.Media.WebVTT.pri
|   |   *Microsoft.Media.WebVTT.winmd*
|   |   
|   \---Microsoft.Media.WebVTT
|       |   Microsoft.Media.WebVTT.xr.xml
|       |   
|       \---themes
|               Generic.xbf
|               
+---Universal.Xaml.Core
|   |   *Microsoft.PlayerFramework.dll*
|   |   Microsoft.PlayerFramework.pri
|   |   
|   \---Microsoft.PlayerFramework
|       |   Microsoft.PlayerFramework.xr.xml
|       |   
|       \---Themes
|               Classic.xbf
|               Entertainment.xbf
|               Generic.xbf
|               Phone.xbf
|               
\---Universal.Xaml.WebVTT
        *Microsoft.PlayerFramework.WebVTT.dll*


I have taken a look at similar posts but have not found anything that applies.

[VS2013 Update 2 + WP 8.1] ARM deploying to device problem (DEP6810) in Release mode

I can't compile for ARM/RELEASE

Universal App Deploy error code: 2147942411

Thanks
Posted

1 solution

Did you find any solution for this problem? I had similar issue with Microsoft Advertisement dll and I managed to fix it with these steps -

1. Build in Debug mode and deploy to the device.
Deployed successfully.

2. Now clean the solution, build in Release mode and deploy to device.

I fount the hint from below link:
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/d0b940d2-1c4e-4f28-9130-b45067088aa1/vs2013-update-2-wp-81-arm-deploying-to-device-problem-dep6810-in-release-mode?forum=wpdevelop
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900