Note that there are some explanatory texts on larger screens.

plurals
  1. USTodd J.
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CONo, I don't have an idea of which class is causing the problem. Sometimes it is a loop of releases, and sometimes it is a loop of retains. There is no consistent set of steps to reproduce the problem. The app depends heavily on downloading data from a web service. The time I was able to reproduce the error, I started the app on wifi, backgrounded it, turned off wifi, waited 30 minutes, then brought it back to the foreground. I have run Instruments, as well as the memory management diagnostics. I can't use the simulator because my current testing relies on having a cellular connection.
      singulars
    2. CO@StevenBerkovitz, it may be that the Model is not null, but the chart property is. This is the call stack: [NullReferenceException: Object reference not set to an instance of an object.] System.Web.UI.DataVisualization.Charting.ChartHttpHandler.GetHandlerUrl() +67 System.Web.UI.DataVisualization.Charting.ChartHttpHandler.GetUrl(String query, String fileKey, String currentGuid) +32 System.Web.UI.DataVisualization.Charting.ChartHttpHandler.GetChartImageUrl(MemoryStream stream, String imageExt) +339 System.Web.UI.DataVisualization.Charting.Chart.Render(HtmlTextWriter writer) +420 ...
      singulars
    3. CO@Smashd, yes my breakpoint is hit in both cases. Nothing in CreateChart inspects the URL, it just gets data from the repository, which in turn executes a stored procedure in a database.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload