views:

148

answers:

1

I have noticed that after awhile of debug/tweakcode/debug etc that eventually Silverlight starts to crash all of my browsers (i.e. doesn't matter which i fire, they all just crash). If i then go to a site that has Silverlight, it works fine? so it has something to do with debugger + Silverlight not getting along?

I then reboot and the problem goes away? Is anyone else experiencing this kind of weird behaviour?

I have noticed though that if i put breakpoints on the code they all seem to halt, in that it appears that it can instantiate the said .xap etc ok, but just can't seem to render it to screen without a crash?

(There's nothing in the log files and i've tried to attach a seperate VS2008 instance to both IE, Devenv and Blend etc trying to see if i can catch what's causing this to occur?)

A: 

There are couple of ways to figure out cause of this issue

One is using XPERF - If you are using Windows VISTA here and here

or using Windbg by getting a memory dump and here is a tutorial from Tess

Naveen
None of the above worked. I think it had something to do with VS2010 RC and VS2008 being side by side. I uninstalled VS2010 and it essentially resolved the issue.
Scott Barnes