What does this exception mean, and what can i do to fix it?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
From MSDN:
The exception that is thrown by methods invoked through reflection. This class cannot be inherited.
Try to see what the InnerException says or take a look at the StackTrace to see what happens.
EDIT: Looking at your StackTrace it seems that occurs a problem while creating an element in your XAML. Check InnerException as said before to have more informations.