Access violation in fastreport.dll
Hi,
I have recently downloaded for evaluation the fastreport studio 4. I'm building an application in Visual C# 2008 Express Edition and intend to buy fast report after the evaluation.
I have a general problem. At the second call of the LoadReportFromFile() I got and "access violation in fastreport.dll"
Sometimes I get this access violation only by the third call to LoadreportFromFile(), but most of the times by the second call.
TfrxReport report - new TfrxReport()
report.LoadReportfromFile ("path to the fr3 file");
passing parameters to query
report.Showreport().
Is this because of the trial version ?
Please advise.
Regards,
Mika
I have recently downloaded for evaluation the fastreport studio 4. I'm building an application in Visual C# 2008 Express Edition and intend to buy fast report after the evaluation.
I have a general problem. At the second call of the LoadReportFromFile() I got and "access violation in fastreport.dll"
Sometimes I get this access violation only by the third call to LoadreportFromFile(), but most of the times by the second call.
TfrxReport report - new TfrxReport()
report.LoadReportfromFile ("path to the fr3 file");
passing parameters to query
report.Showreport().
Is this because of the trial version ?
Please advise.
Regards,
Mika
Comments
i have had the same experience. I am using the commercial version without any problem, now.
cu