host normal jscript or vbscript in .net -
11-18-2003
, 04:21 PM
I'd like to be able to run normal JScript or VBScript (not .Net) from inside
a dotnet application, and let the script access certain object at least
through COM.
I don't want to use the jscript.net VsaEngine implementation because I need
to compile and run ALOT of small bits of code and memory is an issue when
you can't unload those emitted assemblies. |