I downloaded the latest build 21/9 and found a problem with compiling reports in designer when connecting to SqlCe. The error message is "CS1501: No overload for method StiSqlCeSource takes 8 arguments". Double click on the error and it points to the following codes:
I check the source code in the SqlCe database pack and the highest arguments is 7#region DataSource Categories
public class CategoriesDataSource : Stimulsoft.Report.Dictionary.StiSqlCeSource
{
public CategoriesDataSource() :
base("SqlCe", "Categories", "Categories", "", true, false, 30, false)
{
}
...
...
Thanks