When I want to run the script, message box appeared
"Exception thrown by method called"
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: item
at System.Windows.Forms.ComboBox.ObjectCollection.AddInternal(Object item)
at System.Windows.Forms.ComboBox.ObjectCollection.Add(Object item)
at New_Deshaker.SetupDeshaker.LoadInboundTemplates(String renderer)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at New_Deshaker.SetupDeshaker.set_InBoundRendererName(String value)
at New_Deshaker.SetupDeshaker..ctor(Vegas vegas, VideoStream firstEvent)
at New_Deshaker.EntryPoint.NewDeshaker(Object sender, EventArgs args)
at New_Deshaker.EntryPoint.FromVegas(Vegas vegas)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Sony.Vegas.ScriptHost.ScriptManager.Run(Assembly asm, String className, String methodName)
at Sony.Vegas.ScriptHost.RunScript(Boolean fCompileOnly)
I have trying as noted in http://www.sonycreativesoftware.com/forums/ShowMessage.asp?Forum=21&MessageID=698295 but still didn't solve the trouble.
What possible cause...?
Thanks,
Set
"Exception thrown by method called"
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: item
at System.Windows.Forms.ComboBox.ObjectCollection.AddInternal(Object item)
at System.Windows.Forms.ComboBox.ObjectCollection.Add(Object item)
at New_Deshaker.SetupDeshaker.LoadInboundTemplates(String renderer)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at New_Deshaker.SetupDeshaker.set_InBoundRendererName(String value)
at New_Deshaker.SetupDeshaker..ctor(Vegas vegas, VideoStream firstEvent)
at New_Deshaker.EntryPoint.NewDeshaker(Object sender, EventArgs args)
at New_Deshaker.EntryPoint.FromVegas(Vegas vegas)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Sony.Vegas.ScriptHost.ScriptManager.Run(Assembly asm, String className, String methodName)
at Sony.Vegas.ScriptHost.RunScript(Boolean fCompileOnly)
I have trying as noted in http://www.sonycreativesoftware.com/forums/ShowMessage.asp?Forum=21&MessageID=698295 but still didn't solve the trouble.
What possible cause...?
Thanks,
Set