Imran Jalali
Imran Jalali
Thank you for your prompt reply. I am already doing it ... from the previous posts. `var rs = new LocalReporting() .UseBinary(JsReportBinary.GetBinary()) .KillRunningJsReportProcesses() .TempDirectory(Path.Combine((string)AppDomain.CurrentDomain.GetData("DataDirectory"), "jsreport-temp")) .AsUtility() .Create();` But that doesn't...
> Did you try to kill node processes in the taskmgr? Yes I did! 
It works fine with sample source code you have provided. But when I deploy in IIS the above error is throwing.
Now when I kill the node manually following error is appearing? Error rendering report: rendering has finished with errors:An error ocurred while trying to execute "render" command (3). A critical...
I found something strange when I kill Node JS there is different error with partial HTML Rendered. Here is the output. Error rendering report: rendering has finished with errors:An error...
It's configured as 1  Late yesterday, I mange to render by adding ` var rs = new LocalReporting() .UseBinary(JsReportBinary.GetBinary()) .KillRunningJsReportProcesses() .TempDirectory(Path.Combine((string)AppDomain.CurrentDomain.GetData("DataDirectory"), "jsreport-temp")) .Configure(cfg => cfg.AllowedLocalFilesAccess().BaseUrlAsWorkingDirectory()) .AsUtility().KeepAlive(false) .Create(); filters.Add(new JsReportFilterAttribute(new...