Search code examples
.netdllcomvbscriptreplace

.Net Replacement for VBScript (interop.msscriptcontrol.dll) DLL


We are using interop.msscriptcontrol.dll to execute simple VBScript variables code ("Today - 1" kind of stuff). Our application is non-COM components except for this one. We have searched for a .Net replacement of VBScript, but we've been unable to find one.

Is there a VBScripting replacement for .Net?


Solution

  • I ended up using the free Codefluent runtime engine to replace msscriptcontrol.dll:

    http://www.softfluent.com/products/codefluent-runtime-client