QUOTE
Report report = new Report();
report.Load(@"test.frx");
report.Load(@"test.frx");
the test.frx file has some errors.
Report.Load(string FileName) shows messages instead of returning Exceptions! its asp.net app and this messages are shown on server instead on client machine!