Probably me missing something unimaginably obvious, but:
1) Create a new form template using InfoPath 2007
2) Drag a check box control onto the form
3) Save form in 2005 format
4) Create web application in Visual Studio 2005
5) Put Aspose.Form XmlFormView control on page
6) Set XsnLocation to the saved template
7) Build/Run application
I get a StackOverflowException, with warnings about checking for infinite loops. Over the years, I have seen this in cases where the CheckedChanged handler changes the checked state. Seems unlikely that this is the problem here - would be glaringly obvious in testing - so I assume I am doing something wrong - first time I used Aspose.form or InfoPath was 2 days ago.
If I remove the check box and use other controls, all is well.
Thanks in advance.