You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed two issues related to House Ads.
1. With a default house ad user control that has an extra period in it's
namespace such as: AdRotator.Examples.Windows8.1 Visual Studio decorates
the name by adding an underscore infront of this extra period. Our
reflection logic needs to account for this. When looking up the
AssemblyName we need to do our lookup without the added underscore, but
when resolving the classname we need to have the underscore. This
solution seems to work.
2. We were calling the async LoadCachedAd method from a catch block
which won't work because we can't await in a catch block
Hi,
I'm testing DefaultHouseAd, and AppId can specific a URL that contain custom XAML.
but I try to setting DefaultHouseAd's SecondaryId, it will show error in Universal App project.
But not in W81 project:
w81, it seen like load specific XAML I made (AppId="http://www.ntex.tw/house.xaml1" is a wrong Link, simulate fail get custom ad XAML, correct is http://www.ntex.tw/house.xaml), But it still no failure-over AD show.
![universal](https://cloud.githubusercontent.com/assets/1552721/5534378/765133fa-8a99-11e4-865f-4a5bed863880.png)
Universal App have worse condition, it log seen like didn't get my specific XAML.
![w81](https://cloud.githubusercontent.com/assets/1552721/5534379/78b18dfc-8a99-11e4-859a-d65905c2316e.png)
MyHouseAd I try using UserControl or XAML Page, both didn't work.
I test DefaultHouseAd's SecondaryId in WP81Silverlight without any problem.
http://1drv.ms/1B0fip0
I upload those two project to onedrive, please help to guide how to set SecondaryId,
Thanks
The text was updated successfully, but these errors were encountered: