I have been facing an error when I trigger XSLT from a C# code, It mentions something about dll file access failure every time, so just want to know whether this transformation code creates any dll files (in C:\Windows\temp directory) as such??
(I have mentioned the error and triggering program in my previous question),
Dll files are created only if there is an Inline scripting being used .. otherwise (for simple xsl files without inline scripts) it is not required ..
Practically tested and proved.