25 Jan
2010

Calls to ReportExecutionService.Render() Hang

Given: One Windows Service, written in C#, using SQL Reporting Services via the SSRS web services.  MyApp.Service waits for work requests to come in, and when it finds them it uses SSRS to generate some PDFs (among a bunch of other stuff).  The Windows Service code is in one project, “myapp.service,” and the code that […]

Read More
14 Apr
2009

Debugging XAML

Category:UncategorizedTag: , , , :3 Comments on Debugging XAML

Okay, so I have been asked this question more than almost any XAML related question in the past few weeks; How do I debug XAML?  The problem with XAML?s powerful binding model is that it can be difficult to debug errors in your binding paths. Lets say I have the following code snippet: <StatusBar> <StatusBarItem> […]

Read More