In-Memory Compilation / Disabling Antivirus problems

Stimulsoft Reports.NET discussion
Post Reply
casic
Posts: 68
Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany

In-Memory Compilation / Disabling Antivirus problems

Post by casic »

Hi there,

sometimes we went into heavy troubles when an antivirus manufacture provides new signatures (last Panda Antivirus). When executing a report, csc.exe is used to compile the report into an assembly stored in the %temp% path. Sometimes an antivirus software thinks this assembly is infected and moves/deletes this file which results in an exception when Stimulreports tries to execute the code inside of this assembly. On server systems and/or other security environments (e.g. VirtualUI) there is also the problem, that the user needs special rights to execute the csc.exe.

With the new Roslyn project it is now possible to compile directly into memory without the need to create a file based assembly. I found a nice description here:

http://www.tugberkugurlu.com/archive/co ... ith-roslyn

Would this be a feature for 2016.2?

Kind regards,

Markus
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: In-Memory Compilation / Disabling Antivirus problems

Post by Alex K. »

Hello,

Unfortunately, we do not have plans to support Roslyn.
If you do not need to use scripts - please try to use the interpretation mode.

Thank you.
Post Reply