NullReferenceException

NullReferenceException

本文介绍了Windows Phone 8.1上的AdMediator中无法处理的NullReferenceException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用v2.0.5:


System.NullReferenceException未处理

消息:Microsoft发生未处理的"System.NullReferenceException"类型异常.AdMediator.WindowsPhone81.MicrosoftAdvertising.DLL

附加信息:对象引用未设置为对象的实例。


这是"复制异常详细信息的范围"到剪贴板"当我的Windows Phone 8.1(WinRT)项目的VS 2015 IDE中弹出异常(无可用符号)






http://bc3te.ch/brandonh

解决方案

Using v2.0.5:

System.NullReferenceException was unhandled
Message: An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.AdMediator.WindowsPhone81.MicrosoftAdvertising.DLL
Additional information: Object reference not set to an instance of an object.

That's the extent of "copy exception detail to the clipboard" when the exception pops (No symbols available) in the VS 2015 IDE for my Windows Phone 8.1 (WinRT) project


http://bc3te.ch/brandonh

解决方案


这篇关于Windows Phone 8.1上的AdMediator中无法处理的NullReferenceException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 11:25