It seems to me that ViewsAndIntervals usage example in the demo code DataApiUsageExampleTimeseriesData is not working.
Anybody else have the same trouble?
Here are the steps I have taken:
- I extract the zip to a directory,
- I open the project from Visual Studio 2012,
- I follow the instructions in the Readme.md regarding the nugget packages,
- I do a build and a debug and see the TimesSeriesRequest results in the console, all good,
- I comment out TimesSeriesRequest(); and un-comment ViewsAndIntervals();
- It builds without errors,
- I run a debug, see the console and the '[1] Views and intervals example' message,
- but nothing happens after that.
- I stop the debug, put a break in ViewsCallback, restart the debug and see that the breakpoint does not get hit.
Thanks in advance.