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
1 hour 37 min ago
1 hour 43 min ago
1 day 5 hours ago
2 days 4 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 7 hours ago