I want to integrate admob with adrotator in windows phone 8.1 .
xmlns:adRotator="using:AdRotator"
.....
<adRotator:AdRotatorControl
x:Name="MyAdRotatorControl"
AdHeight="90"
AdWidth="728"
LocalSettingsLocation="defaultAdSettings.xml"
AutoStartAds="True" />
it gives me an error like
Cannot find type System.Windows.Controls.UserControl in module System.Windows.dll.
please give me solution how to use adrotator with windows phone 8.1. thanks in advance.