This question is locked. New answers and comments are not allowed.
Hi,
I'm having issues getting data to display in a GridView, which is odd as I've been successfully using these tools prior to this. The problem seems to be involved in the use of the collection by the GridView once its ItemsSource property has been set.
When this property is set in xaml, I get the following error:
"An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Module."
And when this property is set from code, I get this error:
"An unhandled exception ("Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.Windows.Markup.XamlParseException: [Line: 0 Position: 0]"
As far as I can tell, both the GridView and data are well formed and seem to function well enough seperately, but, for the life of me, I cannot see why there is an issue connecting them. I'm experiencing this issue with Q2 and Q2 SP1 tools and we're in the process of moving to Q3. Any insight into this problem would be greatly appreciated, or, if someone could reliably say that moving to Q3 would solve this issue, I would be just as happy to forget about the problem altogether.
Thanks
I'm having issues getting data to display in a GridView, which is odd as I've been successfully using these tools prior to this. The problem seems to be involved in the use of the collection by the GridView once its ItemsSource property has been set.
When this property is set in xaml, I get the following error:
"An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Module."
And when this property is set from code, I get this error:
"An unhandled exception ("Unhandled Error in Silverlight Application
Code: 4004
Category: ManagedRuntimeError
Message: System.Windows.Markup.XamlParseException: [Line: 0 Position: 0]"
As far as I can tell, both the GridView and data are well formed and seem to function well enough seperately, but, for the life of me, I cannot see why there is an issue connecting them. I'm experiencing this issue with Q2 and Q2 SP1 tools and we're in the process of moving to Q3. Any insight into this problem would be greatly appreciated, or, if someone could reliably say that moving to Q3 would solve this issue, I would be just as happy to forget about the problem altogether.
Thanks