What To Do When Breakpoints Disappear and Debugging Dies In Silverlight 2

- tagged

For some random reason, occasionally Silverlight 2 projects will suddenly no longer support debugging.  Very frustrating.  Fortunately, the fix is pretty simple:

Right click on the Web in the Solution Explorer pane.  If you have a Web project, you will see "Property Pages", if you have a Web Application project you will see "Properties".  Select that.

Under "Property Pages" select "Start Options" and make sure that both "Silverlight" and "ASP.NET" are checked, "Native Code" and "SQL Server" are unchecked.  

posted on Apr 1st, 2008 | Permalink | Comments (1)

1 Comment »

  1. I downloaded a Java update this morning and everything went wrong. I corrected most problems but my Silverlight 2 project stopped supporting debugging. When I open my Web properties pages as in your example, under Debuggers there is only ASP.NET. The other three check boxes are missing. How can I restore them?

    Comment by Bruce Martin - April 07, 2008 @ 8:47 PM

Leave a comment