What does this exception mean, and what can i do to fix it?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
From MSDN:
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.