Hi dru_satori,
Are you sure you're using the same engine instance that executed the script? Is it possible that you're deleting the functions somehow? What exactly does the exception say? Could you provide a minimal code sample that reproduces the issue?
Thanks!
scriptEngine.Invoke("spanishHello")
should work; another possibility is scriptEngine.Script.spanishHello()
.Are you sure you're using the same engine instance that executed the script? Is it possible that you're deleting the functions somehow? What exactly does the exception say? Could you provide a minimal code sample that reproduces the issue?
Thanks!