Hello,
I run code JScript From VB but i have memory problem increase:
I have use JScriptCodeProvider:
Dim provider As Microsoft.JScript.JScriptCodeProvider
Dim compiler As System.CodeDom.Compiler.ICodeCompiler
Dim params As System.CodeDom.Compiler.CompilerParameters
...
more >>
I want to compile small bits of jscript.Net code, run it,
compile another small bit, run it, etc etc.
I do this by creating running it the first time, then
Reset, RevokeCache, Set Script Source, Compile, Run
Reset, RevokeCache, Set Script Source, Compile, Run
Reset, RevokeCache, S...
more >>