Exception has been thrown by the target of an invocation

Обсуждение Stimulsoft Reports.NET
Ответить
hstas
Сообщения: 8
Зарегистрирован: 29 авг 2006, 21:48

Exception has been thrown by the target of an invocation

Сообщение hstas »

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?

Vital
Сообщения: 647
Зарегистрирован: 09 июн 2006, 12:23

Exception has been thrown by the target of an invocation

Сообщение Vital »

Please check following items:

1. Versions of report engine
2. Version of report dll (must be equal to version of report engine);
3. Name of ParamName (case sensitive)

Please provide full error message (include stack of calling).

Thank you.
Ответить