Load Report failed
-
Hai All I am using asp.net vs2005 and crystal report 10.2 version , my problem is that when i access the report repeatedly i am getting "Load report failed". For this problem i restart my system and it works fine . Is there any other way to solve this problem without restarting the system.Plz help me.
-
Hai All I am using asp.net vs2005 and crystal report 10.2 version , my problem is that when i access the report repeatedly i am getting "Load report failed". For this problem i restart my system and it works fine . Is there any other way to solve this problem without restarting the system.Plz help me.
hi, ReportDocument rd=new ReportDocument(); rd.Load("Cryatalreport"); ///write rd.Close();//put this line too hope this will help U
-
hi, ReportDocument rd=new ReportDocument(); rd.Load("Cryatalreport"); ///write rd.Close();//put this line too hope this will help U