我想在 windows phone 8.1 中将 admob 与 adrotator 集成。
xmlns:adRotator="using:AdRotator"
.....
<adRotator:AdRotatorControl
x:Name="MyAdRotatorControl"
AdHeight="90"
AdWidth="728"
LocalSettingsLocation="defaultAdSettings.xml"
AutoStartAds="True" />
它给了我一个错误
Cannot find type System.Windows.Controls.UserControl in module System.Windows.dll.
请给我解决方案如何在 windows phone 8.1 中使用 adrotator。提前致谢。