Page 1 of 1

Problem on generation of reports

Posted: Fri Jun 13, 2008 2:30 am
by eliasEspiralMS
Hi again,
we found a problem generating a report;
when we try to generate the report ( We use ASP .NET C# on our web applications) it isn't possible; we tried with different reports:
· Report with database connection
· Report without database connection

And anyone worked

I paste the results on the log file:
There is a message in Spanish because the customer that use our product installed spanish .NET framework
*****************************************************************************************************
2008:06:10, 15:56: StiReport: Loading report
2008:06:10, 15:56: StiReport: Loading report...ERROR
2008:06:10, 15:56: StiReport: Method : [CreateInstanceImpl] : Se inició una excepción en el destino de la invocación.<---
====================================================
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr)
at Stimulsoft.Base.Serializing.StiSerializing.DeserializeObject(XmlTextReader tr)
at Stimulsoft.Base.Serializing.StiSerializing.Deserialize(Object obj, Stream stream, String application)
at Stimulsoft.Report.SaveLoad.StiXmlReportSLService.Load(StiReport report, Stream stream)
at Stimulsoft.Report.StiReport.Load(StiReportSLService service, Stream stream)
====================================================
2008:06:10, 15:56: StiReport: Compiling report...ERROR
2008:06:10, 15:56: StiReport: Method : [Compile] : Report already compiled
*****************************************************************************************
We tried different things, but problem is that stimul libraries can't generate the PDF report.

Thank you very much

sorry for my english


Problem on generation of reports

Posted: Fri Jun 13, 2008 9:16 am
by Edward
Please take into consideration, that export in Pdf will work only in FullTrust mode and there is now other option available.

Also please check that you didn't call Compile() method, because report from dll or stored as class could't be compiled.

Thank you.