Page 4 of 4
Re: PageNumber issue in index
Posted: Thu Oct 09, 2014 7:36 am
by Andrew
Hello,
Next official release, u mean 2014.2 or some other official release?
Yes, it is 2014.2.
Would i Like to know the integration steps of official build over pre-release build?.
Could you, please clarify your question. It seems that I cannot understand it to give you an exact reply. Sorry).
Please let us know if you have additional questions.
Thank you.
Re: PageNumber issue in index
Posted: Thu Oct 09, 2014 8:52 am
by HighAley
Hello.
Anuranjani wrote:Would i Like to know the integration steps of official build over pre-release build?.
To avoid any errors of version mismatch you should remove our previous installed products. then check if there any assemblies left in the GAC or any other cache folders.
Then install the next major build.
Thank you.
Re: Out Of Memory Exception
Posted: Tue Oct 14, 2014 6:34 am
by Anuranjani
Hello,
Thank You,We have bought licensed version 2014.2.But we are still handling "System.OutOfMemory" Exception was thrown.At first we can able to render PDF but later while we generating PDF the exception throws.Second time of PDF rendering the system Physical memory occupies more memory.We can't having any idea.Kindly Help Us Immediately.
Re: PageNumber issue in index
Posted: Tue Oct 14, 2014 12:40 pm
by HighAley
Hello.
There are several ways out of the Out Of Memory exception problem.
Usually, each report template should be compiled to an assembly before rendering. In the .Net Framework the assembly that is loaded in memory and could be unloaded with AppDomain only. So if your project works on server sooner or later you will get out of memory exception.
So our previous advice was to load the report in different AppDomain. But this way cause slow down in 2-3 times.
There are some other ways out. Each of them have its pros and cons.
If you have a fixed amount of reports and they are not changed too often then you could add C# or VB.NET report classes to your project.
If your reports don't have any additional scripts in events or some were else, you could use them in the interpretation mode. This is the easiest way to go, just change the compilation mode property of each report.
Also it's possible to compile report template to assembly and load it once. This way is appropriate if you have not many report templates and use each template many times.
You could read about them in the next articles:
http://support.stimulsoft.com/index.php ... assemblies
http://www.stimulsoft.com/en/documentat ... mblies.htm
http://blog.stimulsoft.com/articles/som ... led-report
http://support.stimulsoft.com/index.php ... rom-memory
Let us know if you have any additional questions.
Thank you.
Re:Out of Memory Exception
Posted: Tue Oct 14, 2014 2:47 pm
by Anuranjani
Hello,
Thank You for your response.I will try it and get back to you.
Thank You.
Re: PageNumber issue in index
Posted: Tue Oct 14, 2014 6:11 pm
by Andrew
Ok, Anuranjani.
Waiting for your response.