Is anyone else experiencing weird debug + crash behavior with Silverlight?
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 someth开发者_运维百科ing 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?)
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
精彩评论