Exception has been thrown by the target of an invocation
Добавлено: 24 окт 2006, 13:57
I deploy report on US customers and one of them obtain following exception:
"Exception has been thrown by the target of an invocation"
between this part of code
{
Stimulsoft.Report.StiReport rep = Stimulsoft.Report.StiReport.GetReportFromAssembly(repname,true);
rep["ParamName"] = value;
rep.Render(true);
rep.Show();
}
Any ideas why?
"Exception has been thrown by the target of an invocation"
between this part of code
{
Stimulsoft.Report.StiReport rep = Stimulsoft.Report.StiReport.GetReportFromAssembly(repname,true);
rep["ParamName"] = value;
rep.Render(true);
rep.Show();
}
Any ideas why?