using thread to load xsl transformation gives error.
- by infant programmer
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]