- Jan 22, 2013
- 464
- 0
- 0
I'm currently trying to build a longlistselector that displays the users music albums using the XNA framework in a Windows Phone 8.1 Silverlight app. My problem is, whenever i enable grouping, if i scroll too fast through the list, the software will throw:
To which i cant debug since the symbol file (System.Windows.pdb) is missing (and looking around suggests its missing on purpose since you can't debug the system).
This is a problem, since i need grouping enabled, but for some reason it's causing this exception. Anyone have any ideas?
Code:
A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in System.Windows.ni.dll
Additional information: [Line: 0 Position: 0]
This is a problem, since i need grouping enabled, but for some reason it's causing this exception. Anyone have any ideas?