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
6 days 2 hours ago
1 week 21 hours ago
1 week 2 days ago
2 weeks 3 days ago
2 weeks 3 days ago
2 weeks 3 days ago
2 weeks 5 days ago
2 weeks 6 days ago
3 weeks 1 day ago
3 weeks 1 day ago