Microsoft广告错误

时间:2015-12-13 16:44:30

标签: c# xaml uwp advertising

直到昨天,我从未遇到过微软广告的问题...... 昨天由于微软广告,我的应用程序崩溃了很多。 事件的符号名称是: Microsoft_Advertising!Windows :: UI :: Xaml :: DependencyObject :: [Windows :: UI :: Xaml :: IDependencyObject] :: SetValue

有人有这个问题吗? 我怎么解决这个问题? (我的应用是Windows 10通用应用(c#+ XAML))

堆栈追踪:

1 Windows_UI_Xaml DirectUI :: DependencyPropertyHandle :: GetDP 0x2E380F

2 Windows_UI_Xaml DirectUI :: DependencyObject :: SetValue 0x27

3 Microsoft_Advertising Windows :: UI :: Xaml :: DependencyObject :: [Windows :: UI :: Xaml :: IDependencyObject] :: SetValue 0x48

4 Microsoft_Advertising Microsoft :: Advertising :: WinRT :: UI :: AdControl :: ApplicationId :: [Microsoft :: Advertising :: WinRT :: UI :: __ IAdControlPublicNonVirtuals :: ApplicationId] :: set 0x6E

5 Microsoft_Advertising Microsoft :: Advertising :: WinRT :: UI :: AdControl :: [Microsoft :: Advertising :: WinRT :: UI :: __ IAdControlPublicNonVirtuals] :: __ abi_Microsoft_Advertising_WinRT_UI___IAdControlPublicNonVirtuals____abi_set_ApplicationId 0x2A

6 App2_7ff97fad0000 $ 102_McgInterop :: ComCallHelpers.ComCall__HRESULT 0x87

7 App2_7ff97fad0000 $ 102_McgInterop :: ForwardComSharedStubs.Proc_string__ 0x6D

8 App2_7ff97fad0000 $ 97_Microsoft :: AdMediator :: Universal :: MicrosoftAdvertising :: MicrosoftAdvertisingAdAdapter.InstantiateControl 0x249

9 App2_7ff97fad0000 $ 56_Microsoft :: AdMediator :: Core :: BaseAdAdapter :: __ c__DisplayClass72_0._LoadControl_b__0 0x20

10 App2_7ff97fad0000 $ 56_Microsoft :: AdMediator :: Core :: BaseAdAdapter :: __ c__DisplayClass76_0._RunOnDispatcher_b__0 0x22

11 App2_7ff97fad0000 $ 16_System :: Threading :: WaitCallback.Invoke 0xF

12 App2_7ff97fad0000 $ 84_Internal :: WinRT :: Interop :: WinRTCallbacks :: __ c__DisplayClass14_0._SubmitLongRunningThreadpoolWork_b__0 0x10

13 App2_7ff97fad0000 $ 102_Windows :: UI :: Core :: DispatchedHandler__Impl :: Vtbl.Invoke__STUB 0x2A

14 Windows_UI Windows :: UI :: Core :: CDispatcher :: ProcessInvokeItem 0x23C

15 Windows_UI Windows :: UI :: Core :: CDispatcher :: ProcessMessage 0x1A4

16 Windows_UI Windows :: UI :: Core :: CDispatcher :: WaitAndProcessMessages 0x1A2

17 Windows_UI Windows :: UI :: Core :: CDispatcher :: ProcessEvents 0xA8

18 Windows_UI_Xaml CJupiterWindow :: RunCoreWindowMessageLoop 0x65

19 Windows_UI_Xaml DirectUI :: DXamlCore :: RunMessageLoop 0x47

20 twinapi_appcore Windows :: ApplicationModel :: Core :: CoreApplicationView :: Run 0x46

21 twinapi_appcore _lambda_d86ebb20270fa8a99766b2537cc9a251 _ :: _ helper_func_cdecl_ 0x100

22 SHCore _WrapperThreadProc 0xF0

23 kernel32 BaseThreadInitThunk 0x22

24 ntdll RtlUserThreadStart 0x34

,失败字符串名称为:

STOWED_EXCEPTION_8000ffff_Microsoft.Advertising.dll!Windows :: UI :: Xaml :: DependencyObject :: [Windows :: UI :: Xaml :: IDependencyObject] :: SetValue

当我在VisualSudio 2015上测试我的应用时出现此错误: 在App2.exe中的0x74CD3E28(KernelBase.dll)抛出异常:0x40080201:WinRT发起错误(参数:0x800F1000,0x00000053,0x07A0CE9C)。 windows \ dxaml \ xcp \ components \ vsm \ visualstatemanagerdatasource.cpp(260)\ Windows.UI.Xaml.dll!055146AF :(来电者:0522D02D)异常(1)tid(5168)800F1000 Aucuncomposantinstallén'aétédétecté。 App2.exe中的0x74CD3E28抛出异常:Microsoft C ++异常:内存位置0x07A0C448处的wil :: ResultException。 App2.exe中0x74CD3E28抛出异常:Microsoft C ++异常:[rethrow]在内存位置0x00000000。 windows \ dxaml \ xcp \ components \ vsm \ cvisualstatemanager2.cpp(131)\ Windows.UI.Xaml.dll!05514C93 :(来电者:05439146)ReturnHr(1)tid(5168)800F1000 Aucuncomposantinstallén'aétédétecté。

但我的应用程序和以前一样......我不明白(我刚刚更新了admediator ......)

2 个答案:

答案 0 :(得分:4)

是的,其他开发者也看到了这个问题。

请提出问题here

答案 1 :(得分:0)

我在MS论坛上发现了这个问题。疯了似乎解决了AdMediator的问题。

  

从商店安装以下测试应用。它会复制正确的   您需要的文件到您的PC上。你也可以在手机上运行它。

     

安装后,构建并部署您的应用以确保其正常运行   现在

     

您可以根据需要卸载应用程序,但不需要保留。

     

https://www.microsoft.com/store/apps/9nblggh63jtn

链接到MS论坛文章:

https://social.msdn.microsoft.com/Forums/en-US/28207687-df4e-4918-8aff-6cb2b71ac13a/ad-mediator-crashes-app-on-startup?forum=aiasdk&prof=required