Yeah, I should have thought of that in the original message.
Value cannot be null.
Parameter name: type
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: type
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic) +2797379
System.Activator.CreateInstance(Type type) +6
MicroFour.StrataFrame.UI.Web.WebListControl.PopulateComboFromBusinessObject(IWebListControl lstControl, ITypeResolver TypeResolver, Object[] Parameters) +696
MicroFour.StrataFrame.UI.Web.WebListControl.PopulateCombo(ListControl lstControl, ITypeResolver TypeResolver, Object[] Parameters) +117
MicroFour.StrataFrame.UI.Web.DropDownList.PopulateList(Object[] Parameters) +72
MicroFour.StrataFrame.UI.Web.DropDownList.ListBox_Load(Object sender, EventArgs e) +69
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.WebControls.DataBoundControl.OnLoad(EventArgs e) +46
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061