I have made some progress with MajorSilence2257. I have it running on Linux.
Besides SQLite the base data access layer now supports Mssql, MySql, and PostgreSQL. Eventually the maintenance and and GUI will support all four database types.
I am also slowly investigating what is possible with fyiReporting.
I finally figured out what was causing the AsynchronousThreadAbort in MajorSilence2257 when using fyiReporting. Apparently it is caused by setting rdlView.ShowWaitDialog = true. You must set it to false as soon as you create a new instance of the rdlviewer.
rdlView = new fyiReporting.RdlViewer.RdlViewer();
rdlView.ShowWaitDialog = false;
I am assuming this is a bug as I found mention of it on their forums.
Recent comments
3 days 47 min ago
6 days 1 hour ago
2 weeks 6 days ago
3 weeks 3 hours ago
3 weeks 1 day ago
3 weeks 1 day ago
3 weeks 1 day ago
4 weeks 11 hours ago
4 weeks 1 day ago
4 weeks 2 days ago