473,320 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ASP.NET "XSL processor stack has overflowed."

Hi,
I have a web site hosted on a W2k3 machine with IIS 6.0 installed.
When ever i run a specific task from this website I get a 'The XSL
processor stack has overflowed - probable cause is infinite template
recursion' error message.

I created a windows application with the same code and kicked of the
transformation it worked fine. This makes me believe that there is
some setting in the application pool's memory which can be tweeked to
get this work done in the web environment.
I changed the Virtual Memory setting and the Maximum memory setting
in
the application which hosts my web site but to no avail.
Since this is working fine in a windows environment I would guess
that
the XSL transformation (though having a recurssive call, it has an
exit condition) is absolutely fine and that the web server is not in
a
position to handle the transformation !
Kindly suggest some solution to this problem.
Cheers
Prabu Girirajan

Mar 2 '07 #1
1 2031
Thanks to David I was in a position to solve this issue.
I implemented the transformation in an EXE and executed the exe from
the COM.

This did work and there was a significant increase in the performance.

Cheers
Prabu

On 2 Mar, 08:58, "Prabu" <girirajan.pr...@gmail.comwrote:
Hi,
I have a web site hosted on a W2k3 machine with IIS 6.0 installed.
When ever i run a specific task from this website I get a 'The XSL
processor stack has overflowed - probable cause is infinite template
recursion' error message.

I created a windows application with the same code and kicked of the
transformation it worked fine. This makes me believe that there is
some setting in the application pool's memory which can be tweeked to
get this work done in the web environment.
I changed the Virtual Memory setting and the Maximum memory setting
in
the application which hosts my web site but to no avail.

Since this is working fine in a windows environment I would guess
that
the XSL transformation (though having a recurssive call, it has an
exit condition) is absolutely fine and that the web server is not in
a
position to handle the transformation !

Kindly suggest some solution to this problem.

Cheers
Prabu Girirajan

Mar 5 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Joe Price | last post by:
Hi all I've formatted one of my xml files for viewing through a web browser using xsl. It works fine in Internet Explorer, however when I use Netscape6 or Opera to view the same page the...
0
by: b.orsini | last post by:
Is it possible to know if a row is the first row in a table after a page break ? After a page break, the header is put in the page ( it's ok ) but in some case i must display the first row...
2
by: Andy Norman | last post by:
I have a strange problem. When I try to call the input property of the MSXML processor object from VBScript in an ASPX page I get the error "Member not found". The same code (with a few "set"...
6
by: Generic Usenet Account | last post by:
Is it okay to return a local datastructure (something of type struct) from a function, as long as it does not have any pointer fields? I think it is a bad idea, but one of my colleagues does not...
15
by: Joe Van Dyk | last post by:
Can someone explain what a heap and what a stack is? And why I should care? I used to know, but then I forgot. And I can't seem to find it in the C++ FAQ. I keep reading how allocating from...
3
by: Wang Xiaoning | last post by:
i put order-by here, but i got the invalid attribut error, what's missing? thanks ----------------------------------------------------------------------------------------------------------- ...
2
by: tony | last post by:
XslCompiledTransform xslt = new XslCompiledTransform(); ASCIIEncoding encodeToByteArray = new ASCIIEncoding(); MemoryStream inputStream = new MemoryStream(); MemoryStream outputStream = new...
94
by: Samuel R. Neff | last post by:
When is it appropriate to use "volatile" keyword? The docs simply state: " The volatile modifier is usually used for a field that is accessed by multiple threads without using the lock...
2
by: jimhakans | last post by:
#include<stdio.h> main() { int mark,j,i; for(j=0;j<25;j++) { for(i=0;i<4;i++) { printf("\nEnter you marks\n"); scanf("%d",marks);
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.