Is anyone else experiencing weird debug + crash behavior with Silverlight?

佐手、 提交于 2019-12-11 15:49:15

问题


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?)


回答1:


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



来源:https://stackoverflow.com/questions/2557407/is-anyone-else-experiencing-weird-debug-crash-behavior-with-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!