System error exception

@sindhura506,

kindly dont use that datatable as out argument, instead we can enter the data from that datatable to an excel (Keep that excel inside the project folder itself) in the current process, then you can use that excel in another process rather invoking that out argument.

Else better make use of queues, thats the best way of using data in two different process.

Cheers…!