Thanks Ryan! The new demo worked right out of the box with your sample report.
To do a quick test, I added one of my reports into the demo and was able to get it to run and come up fine.
However any navigation item like changing pages, or other report navigation causes the report to crash. Again the report comes up and runs fine otherwise. I get the following:
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7467367
System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt) +130
System.Int64.Parse(String s) +23
Gizmox.WebGUI.Server.ServerUtils.GetEvents(Context objContext, String strEvents, Int64& lngLastRender) +219
Gizmox.WebGUI.Server.Context.84AAA(String 0AAAA) +109
Gizmox.WebGUI.Forms.Hosts.AspPipeLinePage.OnPreLoad(EventArgs e) +286
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +554
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Posted by egirardi on Wednesday, September 02, 2009 2:44 PM