문제

I have seen in the output-Window of Visual Studio, that there occurs many times the Message

A first chance exception of type 'System.Xml.XmlException' occurred in System.Xml.dll

When I fill the DataGrid (Xaml/WPF - DevExpress DXGrid). Does anybody know why this is?

도움이 되었습니까?

해결책

http://blogs.msdn.com/b/davidklinems/archive/2005/07/12/438061.aspx

Maybe this helps you further.

Edit

Based on your comment on your question, I assume, that you are interested in finding a bottleneck in your application.

This link leads to a video I liked much to learn how to find bottlenecks in WPF-Apps.
The WPF Performance Toolkit is a free toolkit with programms to measure WPF-performance. It will help you to find the problem if it is in the visualization.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top