Announcement

Collapse
No announcement yet.

hs.AddActionRunScript Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hs.AddActionRunScript Question

    I'm trying to use this command (surprise! No documentation...) and it is successful, but returns an error in the log.

    PHP Code:
    Running script AlarmClock.vb :Exception has been thrown by the target of an invocation.->Does entry point Main exist in scriptat System.RuntimeMethodHandle.InvokeMethod(Object targetObject[] argumentsSignature sigBoolean constructorat System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object objObject[] parametersObject[] argumentsat System.Reflection.RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureat A.c17b105f989efe61e5979e67bec1ef734.cffd66cb0782c50126727e3fa75582d7a() 
    Whatever that means. Here is the offensive call.
    PHP Code:
    hs.AddActionRunScript(EvRef,"AlarmClockHelper.vb","Main",""
    I tried using VS to research the parameters, but must have missed something.

    Can anyone suggest what I'm doing incorrectly? I suspect it is the las parameter, but who knows?

    Also, should I assume that AddCondition is also no longer available?

    Thanks
    Don
Working...
X