直到昨天我才遇到微软广告的问题..。昨天,由于微软的广告,我的应用程序经常崩溃。事件的符号名是: 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::SetValu0x27
3 Windows::UI::Xaml::DependencyObject::Windows::UI::Xaml::IDependencyObject::SetValue 0x48 Microsoft_Advertising
4 Microsoft::Advertising::WinRT::UI::AdControl::ApplicationId::Microsoft::Advertising::WinRT::UI::__IAdControlPublicNonVirtuals::ApplicationId::set 0x6E Microsoft_Advertising
5 Microsoft::Advertising::WinRT::UI::AdControl::Microsoft::Advertising::WinRT::UI::__IAdControlPublicNonVirtuals::__abi_Microsoft_Advertising_WinRT_UI___IAdControlPublicNonVirtuals____abi_set_ApplicationId 0x2A 5 Microsoft_Advertising
6 $102_McgInterop::ComCallHelpers.ComCall__HRESULT 0x87 App2_7ff97fad0000
7 $102_McgInterop::ForwardComSharedStubs.Proc_string__ 0x6D App2_7ff97fad0000
8 $97_Microsoft::AdMediator::Universal::MicrosoftAdvertising::MicrosoftAdvertisingAdAdapter.InstantiateControl 0x249 App2_7ff97fad0000
9 $56_Microsoft::AdMediator::Core::BaseAdAdapter::__c__DisplayClass72_0._LoadControl_b__0 0x20 App2_7ff97fad0000
10 $56_Microsoft::AdMediator::Core::BaseAdAdapter::__c__DisplayClass76_0._RunOnDispatcher_b__0 0x22 App2_7ff97fad0000
11 App2_7ff97fad0000 $16_System::Threading::WaitCallback.Invoke 0xF
12 $84_Internal::WinRT::Interop::WinRTCallbacks::__c__DisplayClass14_0._SubmitLongRunningThreadpoolWork_b__0 0x10 App2_7ff97fad0000
13 $102_Windows::UI::Core::DispatchedHandler__Impl::Vtbl.Invoke__STUB 0x2A App2_7ff97fad0000
14 Windows::UI::Core::CDispatcher::ProcessInvokeItem 0x23C Windows_UI
15 Windows::UI::Core::CDispatcher::ProcessMessage 0x1A4 Windows_UI
16 Windows::UI::Core::CDispatcher::WaitAndProcessMessages 0x1A2 Windows_UI
17 Windows_UI Windows::UI::Core::CDispatcher::ProcessEvent0xA8
18 Windows_UI_Xaml C木星窗口::RunCoreWindowMessageLoop 0x65
19 Windows_UI_Xaml DirectUI::DXamlCore::RunMessageLoop 0x47
20 Windows::ApplicationModel::Core::CoreApplicationView::Run 0x46 twinapi_appcore
21 _lambda_d86ebb20270fa8a99766b2537cc9a251_::_helper_func_cdecl_ 0x100 twinapi_appcore
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: 0x40080201: WinRT启动错误(参数: 0x800F1000,0x00000053,0x07A0CE9C)中,在0x74CD3E28 (KernelBase.dll)引发的异常。windows\dxaml\xcp\components\vsm\visualstatemanagerdatasource.cpp(260)\Windows.UI.Xaml.dll!055146AF:(呼叫者: 0522D02D)例外(1) tid(5168) 800F1000复合安装é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:(呼叫者: 05439146) ReturnHr(1) tid(5168) 800F1000复合安装én‘aétédétecté。
但是我的应用程序和以前一样.我不明白(我刚刚更新了附件.)
发布于 2015-12-15 09:38:54
是的,其他开发人员也看到了这个问题。
请把问题提出来这里。
https://stackoverflow.com/questions/34253563
复制相似问题