PageNumber issue in index

Stimulsoft Reports.NET discussion
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: PageNumber issue in index

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: PageNumber issue in index

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Out Of Memory Exception

Post 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.
Thank You,
Darsana.R
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: PageNumber issue in index

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re:Out of Memory Exception

Post by Anuranjani »

Hello,

Thank You for your response.I will try it and get back to you.

Thank You.
Thank You,
Darsana.R
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: PageNumber issue in index

Post by Andrew »

Ok, Anuranjani.

Waiting for your response.
Post Reply