Any ideas on why I'm getting this error on a form when I click on the Update button?
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at KnowBetter.XModPro.XMPFormView.SelectData(String sKey)
at ASP.portals__default_xmodpro_forms_15_sc_informationacknowledge_ascx.__DataBinding__control11(Object sender, EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at KnowBetter.XModPro.FormFunctions.GetParameterValues(DataCommandBase cmd)
at KnowBetter.XModPro.FormFunctions.UpdateButtonClicked(XItem& xi)
at KnowBetter.XModPro.XMPFormView.UpdateButtonClicked(FormEventArgs fea)
--- End of inner exception stack trace ---