Imran Jalali

Results 6 comments of 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! ![image](https://user-images.githubusercontent.com/29058709/201646227-707f950f-b8da-4d46-bf66-5dc9819205c3.png)

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 ![image](https://user-images.githubusercontent.com/29058709/201846116-55a18999-ff91-4218-bea2-72549cb22776.png) 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...