I am implementing multithreading to show crystal Reports with Crystal Report Viewer, Done that successfully, but the form loaded is closing automatically, when I did not implement multithreading for the same I did not find any problem. The Code I am calling the reports is
objForm.ViewReport("~Path\CrystalReports\" & _ReportName, , _parameters)
objForm.Show()
ViewReport Calls a form - frmViewReport which has CrystalReportViewer