Hello, does anybody know if there is a .NET assembly equivalent to the MS Script Control 1.0. COM component?
I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods.
CREATE(MSScriptControl,FALSE,TRUE) ;
MSScriptControl.Language('VBScript');
vResult := MSScriptControl.Eval(Formula);
I am converting a client from NAV 2009 using the same control to NAV 2016 and objects compile, but they fail when CREATE
I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods.
CREATE(MSScriptControl,FALSE,TRUE) ;
MSScriptControl.Language('VBScript');
vResult := MSScriptControl.Eval(Formula);
I am converting a client from NAV 2009 using the same control to NAV 2016 and objects compile, but they fail when CREATE