Grid Example Crashing IE7

I'm trying to write part 2 for myWPF/E Grid series but I've run into a slight problem. My code crashes the browser about 99% of the time. I'm not sure what I'm doing to cause this but it is delaying my article since I don't want to release a sample that crashes the browser.

You can view the sample here:http://grid.wpfedev.com

It will crash IE7 and I haven't tried it with Firefox or IE6 yet. This grid is different from my last example in that I'm using the downloader object to download the xaml from the website instead of generating it on the client. I'm not sure if the combination of xaml downloading with the images downloading is causing the crash. It also doesn't seem to be consistent, sometimes it crashes on the first employee and sometimes on the last.

Please let me know how I can fix this. Thanks!

Running IE7 on Windows Vista 32bit.

[1183 byte] By [BryantLikes] at [2007-12-31]
# 1

I figured out a solution which may help debug the issue. If I recreate the downloader object for each xaml that I download then it no longer crashes IE. So there must be some issue with the downloader object that is causing this.

In the meantime I have it working well enough to go write my article... :)

BryantLikes at 2007-9-6 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...