我有一个测试Adunit
<UI:AdControl AdUnitId="Image480_80"
HorizontalAlignment="Center"
VerticalAlignment="Bottom"
Grid.Row="1"
Width="480"
Height="80"
ApplicationId="test_client"
Loaded="AdUnit_Loaded"
Tapped="AdUnit_Tapped"
AdRefreshed="AdControl_AdRefreshed"
ErrorOccurred="AdControl_ErrorOccurred" />
我收到以下错误:
Microsoft.Advertising.Mobile.Common.AdException:HTTP错误状态 代码:NotFound(404)---&gt; System.Net.WebException:远程 ServerSideErrorr返回错误:NotFound。 MS.Internal.Modern.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult的 asyncResult)at MS.Internal.Modern.ClientHttpWebRequest.EndGetResponse(IAsyncResult的 asyncResult)at Microsoft.Advertising.Mobile.Common.HttpRequest.EndGetResponse(IAsyncResult的 asyncResult)at Microsoft.Advertising.Mobile.Common.WebRequestWrapper.WebRespCallback(IAsyncResult的 结果) ---内部异常堆栈跟踪结束--- NetworkConnectionFailure
如何解决此问题?