I was trying to get a feel for how the BindingGeoImageryData part of xamMap works, so I loaded the DV sample project and started it in debug mode. To start in debug mode and get anything except a blank screen, I have to be in Default.aspx in the Infragistics.Web.SLDV.Web project (OK, haven't tried all other possible files, but that one works for me).
Unfortunately, I find myself unable to set a breakpoint in the Infragistics.Web.SLDV project, for example in the BindingGeoImageryData constructor.
Even inserting a
System.Diagnostics.Debugger.Break();
in the constructor results in the sample running just fine, but never breaking.
Just what I needed, thanks!
New to Silverlight.
Hi jensfiederer,
Try the following: Open Infragistics.Web.SLDV.Web's properties page, Click the Web tab and Check the Silverlight checkbox from Debuggers, then Clean and Run the project again. The breakpoint should be hit now.
Regards,
Ivan Kotev