using thread to load xsl transformation gives error.

Posted by infant programmer on Stack Overflow See other posts from Stack Overflow or by infant programmer
Published on 2010-05-17T13:17:19Z Indexed on 2010/05/17 13:20 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

I had to use threading to avoid "XSL Compilation time-out error"

Now the problem I am facing is:
It gives error, saying the output-string(generated as a result of transformation) is null!!

Here is my C# code : [click_me]

And the errors I am getting is copied in this text file : [click_me]

And the original code without threading .. [click_me]

© Stack Overflow or respective owner

Related posts about xslt

Related posts about .NET