微软广告错误

Microsoft Advertising error

直到昨天我才遇到过 Microsoft Advertising 的问题... 昨天,由于 Microsoft 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::线程::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: (caller: 0522D02D) Exception(1) tid(5168) 800F1000 Aucun composant installé n'a été détecté。 在 App2.exe 中的 0x74CD3E28 抛出异常:Microsoft C++ 异常:wil::ResultException 在内存位置 0x07A0C448。 在 App2.exe 中的 0x74CD3E28 抛出异常:Microsoft C++ 异常:[重新抛出] 在内存位置 0x00000000。 windows\dxaml\xcp\components\vsm\cvisualstatemanager2.cpp(131)\Windows.UI.Xaml.dll!05514C93: (caller: 05439146) ReturnHr(1) tid(5168) 800F1000 Aucun composant installé n'a été détecté.

但是我的app和以前一样...我不明白(我刚刚更新了admediator...)

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

请为问题点赞here